OSDN Git Service

android-x86/build.git
10 years agoresolved conflicts for merge of 7382ec7d to klp-dev-plus-aosp
Ying Wang [Mon, 27 Jan 2014 23:56:45 +0000 (15:56 -0800)]
resolved conflicts for merge of 7382ec7d to klp-dev-plus-aosp

Change-Id: Ic414d3ec8b52b1045125e1b76deae8a4a59a5e52

10 years agoam 1acb1b64: Merge changes I62504bad,I16208cca,I4e4ceec6
Colin Cross [Mon, 27 Jan 2014 23:40:22 +0000 (15:40 -0800)]
am 1acb1b64: Merge changes I62504bad,I16208cca,I4e4ceec6

* commit '1acb1b64b9be43503fa2a9949858b8bb36417e32':
  add new gen/ directory for generated sources
  warn on LOCAL_MODULE_PATH in multiarch shared libraries
  Support LOCAL_MODULE_RELATIVE_PATH

10 years agoMerge "ota_from_target_files: Add an option to not sign OTA packages"
Ying Wang [Mon, 27 Jan 2014 23:37:18 +0000 (23:37 +0000)]
Merge "ota_from_target_files: Add an option to not sign OTA packages"

10 years agoMerge changes I62504bad,I16208cca,I4e4ceec6
Colin Cross [Mon, 27 Jan 2014 23:35:00 +0000 (23:35 +0000)]
Merge changes I62504bad,I16208cca,I4e4ceec6

* changes:
  add new gen/ directory for generated sources
  warn on LOCAL_MODULE_PATH in multiarch shared libraries
  Support LOCAL_MODULE_RELATIVE_PATH

10 years agoam 25a16fe8: Merge "Don\'t modify LOCAL_MODULE_TAGS."
Ying Wang [Mon, 27 Jan 2014 23:25:35 +0000 (15:25 -0800)]
am 25a16fe8: Merge "Don\'t modify LOCAL_MODULE_TAGS."

* commit '25a16fe80ee7795c4763045061779f3c7068813d':
  Don't modify LOCAL_MODULE_TAGS.

10 years agoMerge "Don't modify LOCAL_MODULE_TAGS."
Ying Wang [Mon, 27 Jan 2014 23:20:05 +0000 (23:20 +0000)]
Merge "Don't modify LOCAL_MODULE_TAGS."

10 years agoDon't modify LOCAL_MODULE_TAGS.
Ying Wang [Mon, 27 Jan 2014 23:19:09 +0000 (15:19 -0800)]
Don't modify LOCAL_MODULE_TAGS.

Change-Id: Id70d48c1d7abf02139925bcb3208515ea1a082b9

10 years agoam 07b16c0d: Merge "collect_gpl_sources.mk: Declare rule to assemble GPL sources...
Ying Wang [Mon, 27 Jan 2014 22:57:57 +0000 (14:57 -0800)]
am 07b16c0d: Merge "collect_gpl_sources.mk: Declare rule to assemble GPL sources FORCE"

* commit '07b16c0d5be77e53325a9f93c2f7f68632417792':
  collect_gpl_sources.mk: Declare rule to assemble GPL sources FORCE

10 years agoMerge "collect_gpl_sources.mk: Declare rule to assemble GPL sources FORCE"
Ying Wang [Mon, 27 Jan 2014 22:52:13 +0000 (22:52 +0000)]
Merge "collect_gpl_sources.mk: Declare rule to assemble GPL sources FORCE"

10 years agoadd new gen/ directory for generated sources
Colin Cross [Sat, 25 Jan 2014 07:17:21 +0000 (23:17 -0800)]
add new gen/ directory for generated sources

Allow modules to generate source into $OUT/gen, which will then
be copied into $OUT/obj and $OUT/obj_$(TARGET_2ND_ARCH) as
necessary.  This allows a single build rule invocation that includes
generated source to build for the first and second architectures.

Modules will need to change calls to local-intermediates-dir into
local-generated-sources-dir.

Change-Id: I62504bad9454b3d9fde7b84ab9f0a487a2ecf0bf

10 years agowarn on LOCAL_MODULE_PATH in multiarch shared libraries
Colin Cross [Sat, 25 Jan 2014 03:30:27 +0000 (19:30 -0800)]
warn on LOCAL_MODULE_PATH in multiarch shared libraries

Using LOCAL_MODULE_PATH in a shared library module while building a
multiarch target will cause build rules for both architectures to install
into the same path.  Warn and suggest LOCAL_MODULE_RELATIVE_PATH.

Change-Id: I16208ccada6d43a26a342af35096f49d8df26e81

10 years agoSupport LOCAL_MODULE_RELATIVE_PATH
Colin Cross [Sat, 25 Jan 2014 03:23:40 +0000 (19:23 -0800)]
Support LOCAL_MODULE_RELATIVE_PATH

Most users of LOCAL_MODULE_PATH are setting a subdirectory of the
normal install path, for example to install HALs into system/lib/hw.
This is problematic for multiarch builds, where the install location
depends on the arch.  Allow modules to specify LOCAL_MODULE_RELATIVE_PATH.
HALs will generally use:
LOCAL_MODULE_RELATIVE_PATH := hw

Change-Id: I4e4ceec61d026bbe74ba604554c06104bde42e5e

10 years agocollect_gpl_sources.mk: Declare rule to assemble GPL sources FORCE
Andrew Boie [Fri, 13 Dec 2013 22:28:53 +0000 (14:28 -0800)]
collect_gpl_sources.mk: Declare rule to assemble GPL sources FORCE

We have no rigorous way to detect whether the code referenced for this
mechanism changes in between builds. So declare this as a phony target
so that it is rebuilt every time.

Change-Id: Ie1670d96895719d406e7b0defd53ba3cd224dd83
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
10 years agoam 18294fbf: Merge "Support arch-specific LOCAL_C_INCLUDES."
Ying Wang [Mon, 27 Jan 2014 19:20:13 +0000 (11:20 -0800)]
am 18294fbf: Merge "Support arch-specific LOCAL_C_INCLUDES."

* commit '18294fbf8c133aaaa5a97a6f36ab92d41aa8e13a':
  Support arch-specific LOCAL_C_INCLUDES.

10 years agoMerge "Support arch-specific LOCAL_C_INCLUDES."
Ying Wang [Mon, 27 Jan 2014 18:28:35 +0000 (18:28 +0000)]
Merge "Support arch-specific LOCAL_C_INCLUDES."

10 years agoSupport arch-specific LOCAL_C_INCLUDES.
Ying Wang [Mon, 27 Jan 2014 18:27:19 +0000 (10:27 -0800)]
Support arch-specific LOCAL_C_INCLUDES.

Bug: 11654773
Change-Id: I89c7ce7ff8bea15cb81f9cd9b0188b54beed3422

10 years agoota_from_target_files: Add an option to not sign OTA packages
Takeshi Kanemoto [Thu, 14 Nov 2013 08:20:50 +0000 (17:20 +0900)]
ota_from_target_files: Add an option to not sign OTA packages

Sometimes it is useful to be able to tell ota_from_target_files
to not sign the output zip file. For instance, the private
release key may not be available when ota_from_target_files
is executed; similarly the release tools may not be available
or executable where the private key is stored.

This change adds an option, '--no_signing', to simply output the
unsigned OTA zip file, instead of spuriously signing it with the
test key even though the zip file would need to be re-signed later
with a different key.

Change-Id: I1f3c4dc8ffa35ce85478f848b147aff3d40fe283

10 years agoam 7c7f28e7: Merge changes Ib1d950e1,I3d020a3c,Ic9594718
Colin Cross [Sat, 25 Jan 2014 00:52:14 +0000 (16:52 -0800)]
am 7c7f28e7: Merge changes Ib1d950e1,I3d020a3c,Ic9594718

* commit '7c7f28e71044ca04d368dec626faba37fe74818d':
  Add 2nd arch directories for apps
  Set up rules to build prebuilts for TARGET_2ND_ARCH
  Set up rules to build packages for TARGET_2ND_ARCH

10 years agoMerge changes Ib1d950e1,I3d020a3c,Ic9594718
Colin Cross [Sat, 25 Jan 2014 00:46:33 +0000 (00:46 +0000)]
Merge changes Ib1d950e1,I3d020a3c,Ic9594718

* changes:
  Add 2nd arch directories for apps
  Set up rules to build prebuilts for TARGET_2ND_ARCH
  Set up rules to build packages for TARGET_2ND_ARCH

10 years agoAdd 2nd arch directories for apps
Colin Cross [Fri, 24 Jan 2014 21:37:07 +0000 (13:37 -0800)]
Add 2nd arch directories for apps

Apps built for 2nd arch install in the same directories as when
built for the 1st arch.

Change-Id: Ib1d950e186eef88212b44d04e6bc6c30a3d56155

10 years agoSet up rules to build prebuilts for TARGET_2ND_ARCH
Colin Cross [Fri, 24 Jan 2014 21:34:51 +0000 (13:34 -0800)]
Set up rules to build prebuilts for TARGET_2ND_ARCH

Prebuilts built for the 2nd arch will install into 2nd arch
directories.

Change-Id: I3d020a3c1fb0f2eb0579933f8a66e410e66fdd44

10 years agoSet up rules to build packages for TARGET_2ND_ARCH
Colin Cross [Fri, 24 Jan 2014 21:33:39 +0000 (13:33 -0800)]
Set up rules to build packages for TARGET_2ND_ARCH

Packages built for the 2nd arch will depend on jni libraries
build for the 2nd arch.

Change-Id: Ic9594718849b2577920c500c35d46150eb948c8d

10 years agoam 2c0260ab: Merge "build: print module that has unhandled install path"
Ying Wang [Fri, 24 Jan 2014 21:53:47 +0000 (13:53 -0800)]
am 2c0260ab: Merge "build: print module that has unhandled install path"

* commit '2c0260abc7099c79646928cc5a60eeba282736ad':
  build: print module that has unhandled install path

10 years agoam 125ddab1: Merge "build: use correct arm vs thumb arguments for 2nd arch builds"
Ying Wang [Fri, 24 Jan 2014 21:50:20 +0000 (13:50 -0800)]
am 125ddab1: Merge "build: use correct arm vs thumb arguments for 2nd arch builds"

* commit '125ddab1fbf084d25c1fa2c43c735f4ff4636f80':
  build: use correct arm vs thumb arguments for 2nd arch builds

10 years agoam f2044b41: Merge "build: use arm kernel headers for arm 2nd arch builds"
Ying Wang [Fri, 24 Jan 2014 21:46:57 +0000 (13:46 -0800)]
am f2044b41: Merge "build: use arm kernel headers for arm 2nd arch builds"

* commit 'f2044b41cf11e584ab5df87b6a11f04ae26c6865':
  build: use arm kernel headers for arm 2nd arch builds

10 years agoam e778ec89: Merge "Support arch-specific LOCAL_ variables"
Ying Wang [Fri, 24 Jan 2014 21:46:56 +0000 (13:46 -0800)]
am e778ec89: Merge "Support arch-specific LOCAL_ variables"

* commit 'e778ec89fd249e15608b7629963619d99e8a34bf':
  Support arch-specific LOCAL_ variables

10 years agoam 3beb831c: Merge "Make sure to install the .odex when running "make <module_name>""
Ying Wang [Fri, 24 Jan 2014 21:46:55 +0000 (13:46 -0800)]
am 3beb831c: Merge "Make sure to install the .odex when running "make <module_name>""

* commit '3beb831c79b6051e881d17979981a846259bcd99':
  Make sure to install the .odex when running "make <module_name>"

10 years agoam 9e21bcdc: Merge "Support to build executables for TARGET_2ND_ARCH"
Ying Wang [Fri, 24 Jan 2014 21:46:55 +0000 (13:46 -0800)]
am 9e21bcdc: Merge "Support to build executables for TARGET_2ND_ARCH"

* commit '9e21bcdc880e1769a4abe31836884f69752fc35e':
  Support to build executables for TARGET_2ND_ARCH

10 years agoMerge "build: print module that has unhandled install path"
Ying Wang [Fri, 24 Jan 2014 21:45:49 +0000 (21:45 +0000)]
Merge "build: print module that has unhandled install path"

10 years agobuild: print module that has unhandled install path
Colin Cross [Thu, 23 Jan 2014 01:34:28 +0000 (17:34 -0800)]
build: print module that has unhandled install path

Print the name of the module that is providing an unhandled install
path.

Change-Id: I0e8b02f01de1dde715f0985034ad943f793218ba

Conflicts:
core/base_rules.mk

10 years agoam 7da9740a: Merge "Replace all references to LOCAL_GENERATED_SOURCES with my_generat...
Ying Wang [Fri, 24 Jan 2014 21:43:31 +0000 (13:43 -0800)]
am 7da9740a: Merge "Replace all references to LOCAL_GENERATED_SOURCES with my_generated_sources"

* commit '7da9740acdf30356512bea414d4af6efd6db3e40':
  Replace all references to LOCAL_GENERATED_SOURCES with my_generated_sources

10 years agoam a07de328: Merge "Set up rules to build shared libraries for TARGET_2ND_ARCH"
Ying Wang [Fri, 24 Jan 2014 21:43:30 +0000 (13:43 -0800)]
am a07de328: Merge "Set up rules to build shared libraries for TARGET_2ND_ARCH"

* commit 'a07de328e0557068f2503ed0aa20ddc684ed1c40':
  Set up rules to build shared libraries for TARGET_2ND_ARCH

10 years agoam e7345edc: Merge "Set up rules to build static libraries for TARGET_2ND_ARCH"
Ying Wang [Fri, 24 Jan 2014 21:43:29 +0000 (13:43 -0800)]
am e7345edc: Merge "Set up rules to build static libraries for TARGET_2ND_ARCH"

* commit 'e7345edc1100ffd33e6434b0edc9d3b0f09d5c94':
  Set up rules to build static libraries for TARGET_2ND_ARCH

10 years agoam 732bdb28: Merge "Load compiler environment for a second arch."
Ying Wang [Fri, 24 Jan 2014 21:43:29 +0000 (13:43 -0800)]
am 732bdb28: Merge "Load compiler environment for a second arch."

* commit '732bdb28f2e39cf97b22271481b2249b22add87f':
  Load compiler environment for a second arch.

10 years agoMerge "build: use correct arm vs thumb arguments for 2nd arch builds"
Ying Wang [Fri, 24 Jan 2014 21:42:42 +0000 (21:42 +0000)]
Merge "build: use correct arm vs thumb arguments for 2nd arch builds"

10 years agobuild: use correct arm vs thumb arguments for 2nd arch builds
Colin Cross [Thu, 23 Jan 2014 01:36:05 +0000 (17:36 -0800)]
build: use correct arm vs thumb arguments for 2nd arch builds

Set arm_objects_mode and normal_objects_mode when building a
module for arm when it is the 2nd arch.

Change-Id: I5f7df519b6e1dde6cbf92d106681f07a58e1f1f2

10 years agoMerge "build: use arm kernel headers for arm 2nd arch builds"
Ying Wang [Fri, 24 Jan 2014 21:41:25 +0000 (21:41 +0000)]
Merge "build: use arm kernel headers for arm 2nd arch builds"

10 years agobuild: use arm kernel headers for arm 2nd arch builds
Colin Cross [Wed, 22 Jan 2014 00:54:00 +0000 (16:54 -0800)]
build: use arm kernel headers for arm 2nd arch builds

Compiling for arm requires using the arm kernel headers and not
the aarch64 kernel headers.  Add $(combo_2nd_arch_prefix) to get
asm-$(TARGET_2ND_ARCH) when arm is the 2nd arch.

Change-Id: I15270d0ef35e48c034bf4d0d5e35b76f67b2a8e1

10 years agoMerge "Support arch-specific LOCAL_ variables"
Ying Wang [Fri, 24 Jan 2014 21:40:38 +0000 (21:40 +0000)]
Merge "Support arch-specific LOCAL_ variables"

10 years agoMerge "Make sure to install the .odex when running "make <module_name>""
Ying Wang [Fri, 24 Jan 2014 21:40:26 +0000 (21:40 +0000)]
Merge "Make sure to install the .odex when running "make <module_name>""

10 years agoMerge "Support to build executables for TARGET_2ND_ARCH"
Ying Wang [Fri, 24 Jan 2014 21:40:12 +0000 (21:40 +0000)]
Merge "Support to build executables for TARGET_2ND_ARCH"

10 years agoMerge "Replace all references to LOCAL_GENERATED_SOURCES with my_generated_sources"
Ying Wang [Fri, 24 Jan 2014 21:39:59 +0000 (21:39 +0000)]
Merge "Replace all references to LOCAL_GENERATED_SOURCES with my_generated_sources"

10 years agoMerge "Set up rules to build shared libraries for TARGET_2ND_ARCH"
Ying Wang [Fri, 24 Jan 2014 21:39:48 +0000 (21:39 +0000)]
Merge "Set up rules to build shared libraries for TARGET_2ND_ARCH"

10 years agoMerge "Set up rules to build static libraries for TARGET_2ND_ARCH"
Ying Wang [Fri, 24 Jan 2014 21:39:29 +0000 (21:39 +0000)]
Merge "Set up rules to build static libraries for TARGET_2ND_ARCH"

10 years agoMerge "Load compiler environment for a second arch."
Ying Wang [Fri, 24 Jan 2014 21:39:14 +0000 (21:39 +0000)]
Merge "Load compiler environment for a second arch."

10 years agoSupport arch-specific LOCAL_ variables
Ying Wang [Thu, 23 Jan 2014 23:09:04 +0000 (15:09 -0800)]
Support arch-specific LOCAL_ variables

With those variables, you can set up different values for TARGET_ARCH
and TARGET_2ND_ARCH.
Also fixed a couple of variables.

Bug: 11654773
Change-Id: I4c7684a562cd5877d18f67d4f848b8df07d0103b

Conflicts:
core/base_rules.mk

10 years agoMake sure to install the .odex when running "make <module_name>"
Ying Wang [Thu, 23 Jan 2014 00:50:21 +0000 (16:50 -0800)]
Make sure to install the .odex when running "make <module_name>"

Change-Id: I64195294dad15b7d379d667f4c4738c2808fd384

10 years agoSupport to build executables for TARGET_2ND_ARCH
Ying Wang [Sat, 18 Jan 2014 00:17:28 +0000 (16:17 -0800)]
Support to build executables for TARGET_2ND_ARCH

By default, an executable is built for TARGET_ARCH.
To build it for TARGET_2ND_ARCH in a 64bit product, use:
LOCAL_32BIT_ONLY := true
To skip a module for TARGET_2ND_ARCH, use:
LOCAL_NO_2ND_ARCH := true

Bug: 11654773
Change-Id: Ieb293d25b21024bfe1b554044df338e064ac7b46

10 years agoReplace all references to LOCAL_GENERATED_SOURCES with my_generated_sources
Ying Wang [Fri, 17 Jan 2014 00:21:03 +0000 (16:21 -0800)]
Replace all references to LOCAL_GENERATED_SOURCES with my_generated_sources

Now the RS generated sources are only appended to my_generated_sources.

Bug: 11654773
Change-Id: If8dbf3c08fed0b9945dd32b8c809331c17c4bc85

10 years agoSet up rules to build shared libraries for TARGET_2ND_ARCH
Ying Wang [Thu, 16 Jan 2014 20:36:34 +0000 (12:36 -0800)]
Set up rules to build shared libraries for TARGET_2ND_ARCH

The rules for the 2nd arch are set up in the second inclusion
of shared_library_internal.mk.
Intermediate fils of libfoo of the 2nd arch will be built into
$(PRODUCT_OUT)/obj_$(TARGET_2ND_ARCH)/SHARED_LIBRARIES/libfoo_intermediates/
and the built libfoo.so will be in
$(PRODUCT_OUT)/obj_$(TARGET_2ND_ARCH)/lib.

Bug: 11654773
Change-Id: I58bbe5a05a65f63bce6279131552f3792000716e

10 years agoSet up rules to build static libraries for TARGET_2ND_ARCH
Ying Wang [Thu, 16 Jan 2014 00:02:16 +0000 (16:02 -0800)]
Set up rules to build static libraries for TARGET_2ND_ARCH

The rules for the 2nd arch are set up in the second inclusion
of static_library_internal.mk.
libfoo of the 2nd arch will be built into
$(PRODUCT_OUT)/obj_$(TARGET_2ND_ARCH)/libfoo_intermediates/libfoo.a.

Bug: 11654773
Change-Id: I1d92733968fc442e9225b4df5bd1b551a81d89f7

10 years agoLoad compiler environment for a second arch.
Ying Wang [Fri, 27 Dec 2013 19:09:36 +0000 (11:09 -0800)]
Load compiler environment for a second arch.

This is the first step to build 32-bit libraries in a 64-bit product.
It will work like this:
1) In the product's BoardConfig.mk, define:
TARGET_2ND_ARCH, TARGET_2ND_ARCH_VARIANT, TARGET_2ND_CPU_VARIANT.
The build system uses those variables to set up an additional compiler
environment for the second arch.

2) When parsing Android.mks, the build system sets up rules to build a
module for both the 1st arch and the 2nd arch, unless it's explicitly
asked to skip so.
Android.mk will be adapted if there is additional rule of generating
source files.
The build system will accept arch-specific LOCAL_ variables, such as
LOCAL_CFLAGS_arm, LOCAL_CFLAGS_armv7-a-neon, LOCAL_CFLAGS_cortex-a15,
LOCAL_CFLAGS_aarch64 etc. Modules use such variables to set up build for
various archs at the same time.

3) Install binary of the 2nd arch by adding "<module_name>:32" to
PRODUCT_PACKAGES. All 2nd-arch libraries linked in by "<module_name>:32"
will be installed automatically.

Bug: 11654773
Change-Id: I2df63cd5463a07bf5358bee2a109f8fb9590fe30

Conflicts:
core/combo/TARGET_linux-arm.mk

10 years agoam d5227a83: Merge "build: rename aarch64 target to arm64"
Colin Cross [Fri, 24 Jan 2014 20:42:35 +0000 (12:42 -0800)]
am d5227a83: Merge "build: rename aarch64 target to arm64"

* commit 'd5227a833cde624532ec34e8b25c29af001e427f':
  build: rename aarch64 target to arm64

10 years agoMerge "build: rename aarch64 target to arm64"
Colin Cross [Fri, 24 Jan 2014 20:33:59 +0000 (20:33 +0000)]
Merge "build: rename aarch64 target to arm64"

10 years agobuild: rename aarch64 target to arm64
Colin Cross [Wed, 22 Jan 2014 03:35:38 +0000 (19:35 -0800)]
build: rename aarch64 target to arm64

Rename aarch64 build targets to arm64.  The gcc toolchain is still
aarch64.

Change-Id: Ia92d8a50824e5329cf00fd6f4f92eae112b7f3a3

10 years agoam 51c47855: Merge "Vibra: compile and stage vibrator.default on all targets"
David Turner [Fri, 24 Jan 2014 05:36:34 +0000 (21:36 -0800)]
am 51c47855: Merge "Vibra: compile and stage vibrator.default on all targets"

* commit '51c47855f01223b88e1eb134504782695867301f':
  Vibra: compile and stage vibrator.default on all targets

10 years agoam dfc140cd: Merge "Vibra: emulator: compile and stage vibrator.goldfish"
David Turner [Fri, 24 Jan 2014 05:36:33 +0000 (21:36 -0800)]
am dfc140cd: Merge "Vibra: emulator: compile and stage vibrator.goldfish"

* commit 'dfc140cd3f31b4f02c807cc1aa6e85d8db87a324':
  Vibra: emulator: compile and stage vibrator.goldfish

10 years agoMerge "Vibra: compile and stage vibrator.default on all targets"
David Turner [Fri, 24 Jan 2014 05:33:08 +0000 (05:33 +0000)]
Merge "Vibra: compile and stage vibrator.default on all targets"

10 years agoMerge "Vibra: emulator: compile and stage vibrator.goldfish"
David Turner [Fri, 24 Jan 2014 05:32:54 +0000 (05:32 +0000)]
Merge "Vibra: emulator: compile and stage vibrator.goldfish"

10 years agoam 0bb2c170: Merge commit \'bb94d790\' into manualmerge
Dirk Dougherty [Thu, 23 Jan 2014 01:03:21 +0000 (17:03 -0800)]
am 0bb2c170: Merge commit \'bb94d790\' into manualmerge

* commit '0bb2c1702a0ca2b174b70ac2d5364548453ba524':
  Support generated samples_toc.cs file.

10 years agoMerge commit 'bb94d790' into manualmerge
Dirk Dougherty [Thu, 23 Jan 2014 01:00:19 +0000 (17:00 -0800)]
Merge commit 'bb94d790' into manualmerge

Conflicts:
tools/droiddoc/templates-sdk/sample.cs

Change-Id: Ic1640c3620eb6b770bae7766af9ea5c64d74afe0

10 years agoSupport generated samples_toc.cs file.
Dirk Dougherty [Mon, 25 Nov 2013 19:35:03 +0000 (11:35 -0800)]
Support generated samples_toc.cs file.

(cherry picked from commit d239e4c9b5c154129d67bec9cd7b37b2720bf2b6)

Change-Id: I3409d7d3beefaacb7d56e15a47597241d257c213

10 years agoam dbc9eacb: Merge "Make jgrep, cgrep, resgrep not recurse into \'out\' directory."
Ying Wang [Wed, 22 Jan 2014 20:34:25 +0000 (12:34 -0800)]
am dbc9eacb: Merge "Make jgrep, cgrep, resgrep not recurse into \'out\' directory."

* commit 'dbc9eacb272634b5974a80457da2f3a60487882b':
  Make jgrep, cgrep, resgrep not recurse into 'out' directory.

10 years agoMerge "Make jgrep, cgrep, resgrep not recurse into 'out' directory."
Ying Wang [Wed, 22 Jan 2014 20:30:06 +0000 (20:30 +0000)]
Merge "Make jgrep, cgrep, resgrep not recurse into 'out' directory."

10 years agoam f99a23b1: Merge "Make envsetup.sh set JAVA_HOME correctly for java7."
Narayan Kamath [Wed, 22 Jan 2014 10:50:11 +0000 (02:50 -0800)]
am f99a23b1: Merge "Make envsetup.sh set JAVA_HOME correctly for java7."

* commit 'f99a23b10f1d6d9cf12c6dd78700ab2186a1fdb4':
  Make envsetup.sh set JAVA_HOME correctly for java7.

10 years agoMerge "Make envsetup.sh set JAVA_HOME correctly for java7."
Narayan Kamath [Wed, 22 Jan 2014 10:44:48 +0000 (10:44 +0000)]
Merge "Make envsetup.sh set JAVA_HOME correctly for java7."

10 years agoMake envsetup.sh set JAVA_HOME correctly for java7.
Narayan Kamath [Fri, 17 Jan 2014 10:05:25 +0000 (10:05 +0000)]
Make envsetup.sh set JAVA_HOME correctly for java7.

Note that despite the location of this change, this function
is run only during "lunch" and not during ". build/envsetup.sh"

Also, make it easier to switch back and forth between java6 and 7
on the same session.

bug: 8992787

Change-Id: I56ec0ba8552b46c04204a8b96b9abc0180f7605f

10 years agoam 62043de3: Merge "Revert "Fix filter rule when checking for apks in PRODUCT_COPY_FI...
Ying Wang [Wed, 22 Jan 2014 03:57:41 +0000 (19:57 -0800)]
am 62043de3: Merge "Revert "Fix filter rule when checking for apks in PRODUCT_COPY_FILES.""

* commit '62043de346dff2d31c58bc8c002699fc74d1351c':
  Revert "Fix filter rule when checking for apks in PRODUCT_COPY_FILES."

10 years agoMerge "Revert "Fix filter rule when checking for apks in PRODUCT_COPY_FILES.""
Ying Wang [Wed, 22 Jan 2014 03:48:59 +0000 (03:48 +0000)]
Merge "Revert "Fix filter rule when checking for apks in PRODUCT_COPY_FILES.""

10 years agoRevert "Fix filter rule when checking for apks in PRODUCT_COPY_FILES."
Ying Wang [Wed, 22 Jan 2014 03:48:27 +0000 (03:48 +0000)]
Revert "Fix filter rule when checking for apks in PRODUCT_COPY_FILES."

This reverts commit ca37190711ca48a6bfd6b5700a54cd580abd1e5b.

Change-Id: I3a76f4cdf92ecbe3059bf5856cf341874e1393cf

10 years agoam 8d1f91fa: Merge "Fix filter rule when checking for apks in PRODUCT_COPY_FILES."
Ying Wang [Tue, 21 Jan 2014 20:36:33 +0000 (12:36 -0800)]
am 8d1f91fa: Merge "Fix filter rule when checking for apks in PRODUCT_COPY_FILES."

* commit '8d1f91fa548c80357fffbdbdd5dcccc3c461c9ec':
  Fix filter rule when checking for apks in PRODUCT_COPY_FILES.

10 years agoMerge "Fix filter rule when checking for apks in PRODUCT_COPY_FILES."
Ying Wang [Tue, 21 Jan 2014 20:31:31 +0000 (20:31 +0000)]
Merge "Fix filter rule when checking for apks in PRODUCT_COPY_FILES."

10 years agoam 6ec35451: Merge "Add missing paren in "java -version" check"
Ying Wang [Tue, 21 Jan 2014 19:54:58 +0000 (11:54 -0800)]
am 6ec35451: Merge "Add missing paren in "java -version" check"

* commit '6ec3545158f49f521c53c9474cfb28c1a1811fd3':
  Add missing paren in "java -version" check

10 years agoMerge "Add missing paren in "java -version" check"
Ying Wang [Tue, 21 Jan 2014 19:47:51 +0000 (19:47 +0000)]
Merge "Add missing paren in "java -version" check"

10 years agoAdd missing paren in "java -version" check
Brian Carlstrom [Tue, 21 Jan 2014 07:48:45 +0000 (23:48 -0800)]
Add missing paren in "java -version" check

Change-Id: Id66e795423e8d25b48ac996956748a93060ea5db

10 years agoFix filter rule when checking for apks in PRODUCT_COPY_FILES.
Robert Craig [Fri, 17 Jan 2014 14:13:50 +0000 (09:13 -0500)]
Fix filter rule when checking for apks in PRODUCT_COPY_FILES.

PRODUCT_COPY_FILES entries can include the src:dest:owner
syntax versus src:dest. This causes the filter to miss
certain cases. Instead use the word-colon function to
grab the dest regardless of syntax.

Change-Id: I1f4e57a236c1db148bada0cfe5bd1e87bb1194d6
Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>
10 years agoam 166bc090: Merge "[MIPS] Reenable linker fatal-warnings"
Ying Wang [Thu, 16 Jan 2014 01:08:22 +0000 (17:08 -0800)]
am 166bc090: Merge "[MIPS] Reenable linker fatal-warnings"

* commit '166bc090ab0ac7ac7a620889fd96656be4ca69c1':
  [MIPS] Reenable linker fatal-warnings

10 years agoMerge "[MIPS] Reenable linker fatal-warnings"
Ying Wang [Thu, 16 Jan 2014 01:02:58 +0000 (01:02 +0000)]
Merge "[MIPS] Reenable linker fatal-warnings"

10 years ago[MIPS] Reenable linker fatal-warnings
Chris Dearman [Wed, 15 Jan 2014 06:35:13 +0000 (22:35 -0800)]
[MIPS] Reenable linker fatal-warnings

Change-Id: I4efbb7d0b1026b49a9b8bf968dd4752fca8a543b

10 years agoam 365e4439: Merge "Add aosp_aarch64-eng to the default lunch menu."
Ben Cheng [Wed, 15 Jan 2014 00:08:43 +0000 (16:08 -0800)]
am 365e4439: Merge "Add aosp_aarch64-eng to the default lunch menu."

* commit '365e443995b2b33eae23ff0423a042eb52e64326':
  Add aosp_aarch64-eng to the default lunch menu.

10 years agoMerge "Add aosp_aarch64-eng to the default lunch menu."
Ben Cheng [Wed, 15 Jan 2014 00:01:12 +0000 (00:01 +0000)]
Merge "Add aosp_aarch64-eng to the default lunch menu."

10 years agoAdd aosp_aarch64-eng to the default lunch menu.
Ben Cheng [Tue, 14 Jan 2014 23:55:03 +0000 (15:55 -0800)]
Add aosp_aarch64-eng to the default lunch menu.

Change-Id: I55f6ab6ea90670def30796fdce76c27031ecef01

10 years agoam c4c71f06: Merge "Remove aprof support from the build system."
Ying Wang [Tue, 14 Jan 2014 23:36:57 +0000 (15:36 -0800)]
am c4c71f06: Merge "Remove aprof support from the build system."

* commit 'c4c71f06ab002c4b12042ba7752272311b62b0f9':
  Remove aprof support from the build system.

10 years agoMerge "Remove aprof support from the build system."
Ying Wang [Tue, 14 Jan 2014 23:33:34 +0000 (23:33 +0000)]
Merge "Remove aprof support from the build system."

10 years agoRemove aprof support from the build system.
Ying Wang [Tue, 14 Jan 2014 22:26:05 +0000 (14:26 -0800)]
Remove aprof support from the build system.

This reverts the commit 70dc3e1d.

Change-Id: I480b005579805d2608d05dac41e32bb44642e813

10 years agoam f5ce4fa9: Merge "Install 64-bit libraries to /system/lib64."
Ying Wang [Tue, 14 Jan 2014 20:08:32 +0000 (12:08 -0800)]
am f5ce4fa9: Merge "Install 64-bit libraries to /system/lib64."

* commit 'f5ce4fa983f08d42bbc5d96af4f86bce5c190f0c':
  Install 64-bit libraries to /system/lib64.

10 years agoMerge "Install 64-bit libraries to /system/lib64."
Ying Wang [Tue, 14 Jan 2014 20:03:19 +0000 (20:03 +0000)]
Merge "Install 64-bit libraries to /system/lib64."

10 years agoInstall 64-bit libraries to /system/lib64.
Ying Wang [Tue, 14 Jan 2014 00:14:20 +0000 (16:14 -0800)]
Install 64-bit libraries to /system/lib64.

/system/lib always contains 32-bit libraries, and /system/lib64 (if
present) always contains 64-bit libraries.
Move things around a little bit, so TARGET_ARCH can be used to define
the build paths.

Bug: 11654773
Change-Id: I2edd91e162c7a20d7719d7bae15e5fa6c2a5b498

10 years agoam 37c699c2: Merge "Remove obsolete CUSTOM_KERNEL_HEADERS."
Elliott Hughes [Sat, 11 Jan 2014 00:47:30 +0000 (16:47 -0800)]
am 37c699c2: Merge "Remove obsolete CUSTOM_KERNEL_HEADERS."

* commit '37c699c28a464561b186ab11a5af60214ae25d9a':
  Remove obsolete CUSTOM_KERNEL_HEADERS.

10 years agoMerge "Remove obsolete CUSTOM_KERNEL_HEADERS."
Elliott Hughes [Sat, 11 Jan 2014 00:41:24 +0000 (00:41 +0000)]
Merge "Remove obsolete CUSTOM_KERNEL_HEADERS."

10 years agoRemove obsolete CUSTOM_KERNEL_HEADERS.
Elliott Hughes [Sat, 11 Jan 2014 00:35:08 +0000 (16:35 -0800)]
Remove obsolete CUSTOM_KERNEL_HEADERS.

Change-Id: Id260dd351b90f065eee56e231d4c341b18c1b27f

10 years agoam 987616ed: Merge "Fix x86_64 build"
Ying Wang [Fri, 10 Jan 2014 17:38:13 +0000 (09:38 -0800)]
am 987616ed: Merge "Fix x86_64 build"

* commit '987616ed09adc65e6636f7a3a82fa7b38021b6e2':
  Fix x86_64 build

10 years agoMerge "Fix x86_64 build"
Ying Wang [Fri, 10 Jan 2014 17:33:12 +0000 (17:33 +0000)]
Merge "Fix x86_64 build"

10 years agoFix x86_64 build
Pavel Chupin [Fri, 10 Jan 2014 15:23:08 +0000 (19:23 +0400)]
Fix x86_64 build

Issue introduced here:
https://android-review.googlesource.com/#/c/71842/

Change-Id: I8a60641ff07173fcedf259df89aaaa4bc6d6ea3e
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
10 years agoVibra: compile and stage vibrator.default on all targets
David Wagner [Mon, 30 Dec 2013 13:30:37 +0000 (14:30 +0100)]
Vibra: compile and stage vibrator.default on all targets

Add the vibrator.default package to all targets deriving from
generic_no_telephony, i.e. virtually all targets.

This change is related to other changes in:
 - hardware/libhardware
 - hardware/libhardware_legacy
 - frameworks/base
 - device/generic/goldfish

Change-Id: Ic8464844e12f7d31ca49597dfc4995b13e9ff419
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Signed-off-by: David Wagner <david.wagner@intel.com>
Author-tracking-BZ: 94611

10 years agoam ad8271a8: Merge "Add support for ALTERNATE_JAVAC"
Brian Carlstrom [Fri, 10 Jan 2014 02:36:22 +0000 (18:36 -0800)]
am ad8271a8: Merge "Add support for ALTERNATE_JAVAC"

* commit 'ad8271a8e6a1f050c1852d6dc3df0eb6777e5606':
  Add support for ALTERNATE_JAVAC

10 years agoMerge "Add support for ALTERNATE_JAVAC"
Brian Carlstrom [Fri, 10 Jan 2014 02:31:25 +0000 (02:31 +0000)]
Merge "Add support for ALTERNATE_JAVAC"

10 years agoam a26ea82e: Merge "Define PRIVATE_TARGET_ variables for only target modules."
Ying Wang [Fri, 10 Jan 2014 00:32:07 +0000 (16:32 -0800)]
am a26ea82e: Merge "Define PRIVATE_TARGET_ variables for only target modules."

* commit 'a26ea82e6a226575f19fec6b5bea111cbe20c233':
  Define PRIVATE_TARGET_ variables for only target modules.

10 years agoMerge "Define PRIVATE_TARGET_ variables for only target modules."
Ying Wang [Fri, 10 Jan 2014 00:27:51 +0000 (00:27 +0000)]
Merge "Define PRIVATE_TARGET_ variables for only target modules."

10 years agoAdd support for ALTERNATE_JAVAC
Brian Carlstrom [Thu, 9 Jan 2014 23:33:06 +0000 (15:33 -0800)]
Add support for ALTERNATE_JAVAC

Bug: 12476356
Change-Id: Idd013031dc32a560bca76cca295bedcad55982b4