• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

build


RSS
Rev. Zeit Autor
b4510de kitkat-x86 2016-01-24 02:04:25 Chih-Wei Huang

kernel.mk: split wl driver rules into another makefile

Two purposes for this change:

* Centralize the wl related files into the wl subdirectory
* Can simply ignore wl driver on porting new kernel

a3fc7d3 android-x86-4.4-r3 2015-06-11 01:21:07 Chih-Wei Huang

kernel.mk: update the broadcom-sta hybrid driver version

c7c75c4 2015-05-11 10:53:30 dhacker29

Fix acp not being available when running kernel task

make[1]: Leaving directory `/android/mydroid-aod/kernel'
/bin/bash: out/host/linux-x86/bin/acp: No such file or directory

Change-Id: I0fc45a3c295eebae6db63dcffaf85ae0080e3260

9dd5356 2015-05-07 10:40:24 Chih-Wei Huang

kernel.mk: make the dir before creating the .config

f99284d 2015-05-01 23:26:41 Chih-Wei Huang

kernel.mk: allow to specify a diffconfig

A target can use TARGET_KERNEL_DIFFCONFIG to add
differential configs to the kernel defconfig.

f38814f 2015-02-26 01:19:31 Ying Wang

Add dependency of import_includes on LOCAL_MODULE_MAKEFILE

So the build system regenerates import_includes when you modify
Android.mk to add a new dependency library.

Change-Id: Ic92b097b659bb68a9065e1d66da59e0dc7e2836a

6feb916 2015-01-21 13:27:35 Chih-Wei Huang

android-x86: remove audio.primary.default

We don't need the dummy hal.

82c6ac8 2015-01-21 13:26:03 Chih-Wei Huang

Revert "Add the default local_time hal implementation to builds."

Remove duplicate local_time.default.

This reverts commit a09c24db71ec4babd0e4db36ffdd180b2fcc6f7a.

Change-Id: Ic96d42235c14588d454e92a57b3bb9e74688fd99

37040a1 android-x86-4.4-r2 2014-12-27 21:41:42 Chih-Wei Huang

android-x86: add kernel building rules

9aed832 2014-11-07 13:14:21 synergydev

core: support make 4.00

Make 4.00 is now out, and builds work fine with it.

Change-Id: I49e36d651a7997a52270badb0e8badd975f64e8f

10b83ab 2014-08-27 19:37:06 Chih-Wei Huang

Do not stash BOARD_SYSTEMIMAGE_PARTITION_SIZE

It's calculated later in our mkuserimg.sh.

3fa3281 2014-08-27 19:37:06 Chih-Wei Huang

multi_prebuilt: allow to set LOCAL_MODULE_PATH

Change-Id: I29554d592e0d287cf3a888595e65cb9582606fe5

efad77a 2014-08-27 19:37:06 Elliott Hughes

Remove the hacks needed to support ash and mksh concurrently.

We no longer have ash, and we'd rather not have unnecessary symbolic links
on the system.

Change-Id: Icfb1a51f1baaf1861c203f6ed93843b094deb65d

602c42a 2014-08-27 19:37:06 Elliott Hughes

Remove shell_ash; ash is but ashes.

Change-Id: I88040e39c51986b14e3a764e7bb9e2c8c05ed86b

1e488da 2014-08-27 19:37:06 Steve Kondik

build: Allow building with OpenJDK

Change-Id: I6348bc1187240729f75f50d7ef91802c68e7788b

1ec845d 2014-08-27 19:37:06 Jerome Pilliet

Some changes added to compile and run with Java 6 and Java 7.

- correction of errors with Javac 6:
- target 1.5 and source empty.
- correction of errors with Javadoc 7:
- strange behavior when duplicate classes are given.

Change-Id: Ib814ede143f7799ef18e0fb1b733547519b8b0e5

d3bd251 2014-08-27 19:37:06 Chih-Wei Huang

x86: strip all unneeded symbols for a userdebug build

52e6920 2014-08-27 19:37:06 Brian Harring

refactor private->prebuilt machinery

Author: Brian Harring <brian.harring@intel.com>
Author: Alin Dobre <alin.m.dobre@intel.com>

New form basically extracts all relevant ABS metadata so that
the prebuilt form can use it; intention is to make the prebuilt
form basically a full drop in for the private form without any
manual intervention required.

Adds two templates; $(BUILD_PREBUILT_BUNDLE_CREATE) and
$(BUILD_PREBUILT_BUNDLE).

For creation, three vars influence it; PREBUILT_PROJECT
(grouping of modules), PREBUILT_MODULES (list of modules to scan
and convert to prebuilts), and PREBUILT_INSTALL_DIR (optional
subdirectory where prebuilt outputs should be placed); output is
written to for each PREBUILT_MODULES word, the module is written to
$(OUT_DIR)/prebuilt/$(PREBUILT_PROJECT)/$(CUSTOM_BOARD)/$(THE-MODULE).
W/in PREBUILT/$(PREBUILT_PROJECT), a usable Android.mk is generated that
uses the bundle machinery; basically is intended to handle it all.

For the bundle usage side, it's basically automatic; needs LOCAL_PATH to
know where to scan for bundles; it honors BUNDLE_TARGETS if specified-
this is the list of bundles to expose to ABS. If unspecified, it scans
the directory and autoidentifies the bundles available.

Current limitations:
- doesn't handle modules that have multiple INSTALLED files; there is only
one the author is aware of that is valid.
- machinery on bundle side is ready for host, but creation side doesn't
yet fully identify if it's a host target or not, thus can't yet handle host.
- can handle LOCAL_COPY_HEADERS but not individual headers set
specified by BUILD_COPY_HEADERS

Change-Id: Id85660dada7d7ca218221f536515d8ac3e9729bc

747b546 2014-08-27 19:37:06 Chih-Wei Huang

android-x86: do not build the emulator forcibly

If a target wants to build the emulator, it should set
in its BoardConfig.mk.

c6f1255 2014-08-27 19:37:06 Chih-Wei Huang

android-x86: fix a build break

Use COPYING from our kernel tree.

2ac46c9 2014-08-27 19:37:06 Stefan Seidel

strip all but the needed symbols when building a "user" build

6f93ead 2014-08-27 19:37:06 Chih-Wei Huang

android-x86: add kernel modules.dep to $(INTERNAL_SYSTEMIMAGE_FILES)

1e711e9 2014-08-27 19:37:06 Chih-Wei Huang

android-x86: add rules to generate system.sfs

b34d556 2014-07-08 07:32:40 The Android Automerger

KTU84Q

27aae42 2014-06-18 06:54:54 The Android Automerger

"KTU84P"

7f83b7c 2014-06-18 06:19:41 Bart Sears

MR2.1 - Version 4.4.4. Here we go! DO NOT MERGE

Make is so.

Change-Id: I06b8c8c491e6e355124b6fea41893155ea4c07d0

1313d47 2014-05-08 03:43:55 The Android Automerger

"KTU84M"

92d4836 2014-05-02 05:19:30 The Android Automerger

"KTU84L"

8329a83 2014-05-02 05:18:54 The Android Automerger

"KTV31"

366c379 2014-05-01 06:29:59 The Android Automerger

KTU84K