OSDN Git Service

android-x86/build.git
10 years agoMerge "pdk: add android_common.jar" into klp-volantis-dev
Colin Cross [Thu, 30 Jan 2014 00:53:55 +0000 (00:53 +0000)]
Merge "pdk: add android_common.jar" into klp-volantis-dev

10 years agoam a6e8c6c1: am f72e1846: am c9e142e6: Merge "add \'get started\' link to the bottom...
Scott Main [Wed, 29 Jan 2014 20:15:01 +0000 (20:15 +0000)]
am a6e8c6c1: am f72e1846: am c9e142e6: Merge "add \'get started\' link to the bottom of class home pages" into klp-docs

* commit 'a6e8c6c1e0f659b3532bd86631104360b54016ea':
  add 'get started' link to the bottom of class home pages

10 years agoam f72e1846: am c9e142e6: Merge "add \'get started\' link to the bottom of class...
Scott Main [Wed, 29 Jan 2014 20:11:48 +0000 (20:11 +0000)]
am f72e1846: am c9e142e6: Merge "add \'get started\' link to the bottom of class home pages" into klp-docs

* commit 'f72e1846898ec07cedf301ac76875cfa9f1164bc':
  add 'get started' link to the bottom of class home pages

10 years agoam c9e142e6: Merge "add \'get started\' link to the bottom of class home pages" into...
Scott Main [Wed, 29 Jan 2014 20:08:49 +0000 (20:08 +0000)]
am c9e142e6: Merge "add \'get started\' link to the bottom of class home pages" into klp-docs

* commit 'c9e142e62d60b39bb5bd3459358a16c00fc557f3':
  add 'get started' link to the bottom of class home pages

10 years agoMerge "add 'get started' link to the bottom of class home pages" into klp-docs
Scott Main [Wed, 29 Jan 2014 20:07:13 +0000 (20:07 +0000)]
Merge "add 'get started' link to the bottom of class home pages" into klp-docs

10 years agopdk: add android_common.jar
Colin Cross [Wed, 29 Jan 2014 18:01:37 +0000 (10:01 -0800)]
pdk: add android_common.jar

Add android_common.jar to the pdk java libraries to allow partners
to build test apps against it.

Change-Id: I3f3c0f6ef086489aec293e10b0d707845b174655

10 years agoam e7bd4f5c: am 472a4858: Merge "gtest needs -lpthread."
Elliott Hughes [Wed, 29 Jan 2014 01:53:14 +0000 (01:53 +0000)]
am e7bd4f5c: am 472a4858: Merge "gtest needs -lpthread."

* commit 'e7bd4f5cdf5d1ac0c49d42ed41322f10e7f34f9b':
  gtest needs -lpthread.

10 years agoam 472a4858: Merge "gtest needs -lpthread."
Elliott Hughes [Wed, 29 Jan 2014 01:50:34 +0000 (01:50 +0000)]
am 472a4858: Merge "gtest needs -lpthread."

* commit '472a48585ec1cfb66c5716f85b0efdf528b29f5d':
  gtest needs -lpthread.

10 years agoMerge "gtest needs -lpthread."
Elliott Hughes [Wed, 29 Jan 2014 01:45:17 +0000 (01:45 +0000)]
Merge "gtest needs -lpthread."

10 years agogtest needs -lpthread.
Elliott Hughes [Wed, 29 Jan 2014 01:32:30 +0000 (17:32 -0800)]
gtest needs -lpthread.

Host gtests that don't use pthreads themselves need to be linked
against libpthread because gtest itself uses pthreads to ensure
thread-safety. (It can't know in advance whether the code under
test is going to spin up threads, so it has to be pessimistic.)

Change-Id: I14fb1098c163d7fe6ae9a9a0314acead4ec9383d

10 years agoam cba215dd: am d21197d5: Merge "Make libart the default runtime"
Brian Carlstrom [Wed, 29 Jan 2014 00:41:31 +0000 (00:41 +0000)]
am cba215dd: am d21197d5: Merge "Make libart the default runtime"

* commit 'cba215dd3241ae62416800f8d97d114d8a6e1a9a':
  Make libart the default runtime

10 years agoam d21197d5: Merge "Make libart the default runtime"
Brian Carlstrom [Wed, 29 Jan 2014 00:39:45 +0000 (00:39 +0000)]
am d21197d5: Merge "Make libart the default runtime"

* commit 'd21197d50caaa025bd823a004984a2820bb3c2e2':
  Make libart the default runtime

10 years agoMerge "Make libart the default runtime"
Brian Carlstrom [Wed, 29 Jan 2014 00:32:23 +0000 (00:32 +0000)]
Merge "Make libart the default runtime"

10 years agoam 1a0e8501: am 1a731adf: Merge "Fix KERNEL_HEADERS_ARCH for mips and x86."
Elliott Hughes [Tue, 28 Jan 2014 21:35:25 +0000 (21:35 +0000)]
am 1a0e8501: am 1a731adf: Merge "Fix KERNEL_HEADERS_ARCH for mips and x86."

* commit '1a0e850141fe19e1f1d503822893b8d66c0bca69':
  Fix KERNEL_HEADERS_ARCH for mips and x86.

10 years agoam 1a731adf: Merge "Fix KERNEL_HEADERS_ARCH for mips and x86."
Elliott Hughes [Tue, 28 Jan 2014 21:29:52 +0000 (21:29 +0000)]
am 1a731adf: Merge "Fix KERNEL_HEADERS_ARCH for mips and x86."

* commit '1a731adf943bc716cc7b9c95b321db02ad7216db':
  Fix KERNEL_HEADERS_ARCH for mips and x86.

10 years agoMerge "Fix KERNEL_HEADERS_ARCH for mips and x86."
Elliott Hughes [Tue, 28 Jan 2014 21:23:07 +0000 (21:23 +0000)]
Merge "Fix KERNEL_HEADERS_ARCH for mips and x86."

10 years agoFix KERNEL_HEADERS_ARCH for mips and x86.
Elliott Hughes [Tue, 28 Jan 2014 21:07:55 +0000 (13:07 -0800)]
Fix KERNEL_HEADERS_ARCH for mips and x86.

arm and arm64 have distinct headers, but mips and mip64, and x86 and x86_64
use headers that work for both widths. So where arm/arm64 need to handle the
second architecture case specially, all we need to do for the others is
hard-code the name. (x86_64.mk already hard-codes x86; we need to change
x86.mk for the case where we're building the 32-bit binaries for a mixed
system. mips64.mk doesn't exist yet, but when it does, it'll hard-code
just plain "mips" too.)

Change-Id: Ia6b9f77b4eb2c78729b454045875c409e0ea8197

10 years agoam d3737d07: am 49eb4409: Merge "build: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA"
Brian Carlstrom [Tue, 28 Jan 2014 20:52:17 +0000 (20:52 +0000)]
am d3737d07: am 49eb4409: Merge "build: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA"

* commit 'd3737d07c8adb0848dcddb7df03d1e6b4378ab93':
  build: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA

10 years agoam 49eb4409: Merge "build: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA"
Brian Carlstrom [Tue, 28 Jan 2014 20:50:19 +0000 (20:50 +0000)]
am 49eb4409: Merge "build: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA"

* commit '49eb440980db6680ec08c48b416e37e937bf9003':
  build: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA

10 years agoMerge "build: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA"
Brian Carlstrom [Tue, 28 Jan 2014 20:45:32 +0000 (20:45 +0000)]
Merge "build: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA"

10 years agobuild: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA
Brian Carlstrom [Fri, 17 Jan 2014 07:25:27 +0000 (23:25 -0800)]
build: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA

(cherry-picked from commit cd337c71ee65b17529a67af34d4c0b2824a4f175)

Change-Id: I6d8ab3b3cf52f6a6b15f1c8e8d00cdf59042436b

10 years agoMake libart the default runtime
Brian Carlstrom [Fri, 17 Jan 2014 01:55:07 +0000 (17:55 -0800)]
Make libart the default runtime

Change-Id: I4394f2bdef6f1be36f0f17f3b42d3e62bc2245ef

10 years agoam 0d24616d: am cdd14758: Merge "Add support for TARGET_GLOBAL_UNSUPPORTED_CFLAGS"
Colin Cross [Tue, 28 Jan 2014 02:34:05 +0000 (02:34 +0000)]
am 0d24616d: am cdd14758: Merge "Add support for TARGET_GLOBAL_UNSUPPORTED_CFLAGS"

* commit '0d24616dd1b29e016aaae86761574fd88d701b6d':
  Add support for TARGET_GLOBAL_UNSUPPORTED_CFLAGS

10 years agoam cdd14758: Merge "Add support for TARGET_GLOBAL_UNSUPPORTED_CFLAGS"
Colin Cross [Tue, 28 Jan 2014 02:31:18 +0000 (02:31 +0000)]
am cdd14758: Merge "Add support for TARGET_GLOBAL_UNSUPPORTED_CFLAGS"

* commit 'cdd1475834156b2e45b73ae86a949efa6c1215eb':
  Add support for TARGET_GLOBAL_UNSUPPORTED_CFLAGS

10 years agoMerge "Add support for TARGET_GLOBAL_UNSUPPORTED_CFLAGS"
Colin Cross [Tue, 28 Jan 2014 02:25:45 +0000 (02:25 +0000)]
Merge "Add support for TARGET_GLOBAL_UNSUPPORTED_CFLAGS"

10 years agoAdd support for TARGET_GLOBAL_UNSUPPORTED_CFLAGS
Colin Cross [Tue, 28 Jan 2014 01:34:21 +0000 (17:34 -0800)]
Add support for TARGET_GLOBAL_UNSUPPORTED_CFLAGS

To ease the transition between toolchains, allow a target to specify
a list of cflags that the toolchain does not support.  These will be
filtered out of the cflags provided by the module.

Add TARGET_GLOBAL_UNSUPPORTED_CFLAGS := -fstack-protector for the
aarch64 toolchain, it does not yet suport -fstack-protector.

Change-Id: I168d0c6f131326fad305ec86fad46e6a3e03295a

10 years agoam 4fbf23ef: am 0a3cf1a0: Merge "Remove libthread_db from the default include path."
Elliott Hughes [Tue, 28 Jan 2014 00:54:33 +0000 (00:54 +0000)]
am 4fbf23ef: am 0a3cf1a0: Merge "Remove libthread_db from the default include path."

* commit '4fbf23ef8267849ce88217a256b394de3904a4f6':
  Remove libthread_db from the default include path.

10 years agoam 0a3cf1a0: Merge "Remove libthread_db from the default include path."
Elliott Hughes [Tue, 28 Jan 2014 00:43:29 +0000 (00:43 +0000)]
am 0a3cf1a0: Merge "Remove libthread_db from the default include path."

* commit '0a3cf1a0e5c6dbe132c1dc5e13293960c5e7b103':
  Remove libthread_db from the default include path.

10 years agoam 04cff708: resolved conflicts for merge of 7382ec7d to klp-dev-plus-aosp
Ying Wang [Tue, 28 Jan 2014 00:00:50 +0000 (00:00 +0000)]
am 04cff708: resolved conflicts for merge of 7382ec7d to klp-dev-plus-aosp

* commit '04cff70804810d27e1fcbef556ebfdc39278d746':
  ota_from_target_files: Add an option to not sign OTA packages

10 years agoMerge "Remove libthread_db from the default include path."
Elliott Hughes [Tue, 28 Jan 2014 00:00:19 +0000 (00:00 +0000)]
Merge "Remove libthread_db from the default include path."

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 agoRemove libthread_db from the default include path.
Elliott Hughes [Mon, 27 Jan 2014 23:43:19 +0000 (15:43 -0800)]
Remove libthread_db from the default include path.

This should never have been on the default include path.

The NDK statically links its own libthread_db, so I'm removing
bionic's unused copy from devices.

Bug: 11882807
Change-Id: I49a67fe0902cc4bc178360f6c993959774d74e3a

10 years agoam ae49acbd: am 1acb1b64: Merge changes I62504bad,I16208cca,I4e4ceec6
Colin Cross [Mon, 27 Jan 2014 23:43:33 +0000 (23:43 +0000)]
am ae49acbd: am 1acb1b64: Merge changes I62504bad,I16208cca,I4e4ceec6

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

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 50c548c8: am 25a16fe8: Merge "Don\'t modify LOCAL_MODULE_TAGS."
Ying Wang [Mon, 27 Jan 2014 23:32:44 +0000 (23:32 +0000)]
am 50c548c8: am 25a16fe8: Merge "Don\'t modify LOCAL_MODULE_TAGS."

* commit '50c548c8f4e0df0c3a04e2b1cc91d79e067d940e':
  Don't modify LOCAL_MODULE_TAGS.

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 0105f1cc: am 07b16c0d: Merge "collect_gpl_sources.mk: Declare rule to assemble...
Ying Wang [Mon, 27 Jan 2014 23:01:02 +0000 (23:01 +0000)]
am 0105f1cc: am 07b16c0d: Merge "collect_gpl_sources.mk: Declare rule to assemble GPL sources FORCE"

* commit '0105f1cc9aa2ea3c683c197b18747f5b04310c27':
  collect_gpl_sources.mk: Declare rule to assemble GPL sources FORCE

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 f2777de6: am 18294fbf: Merge "Support arch-specific LOCAL_C_INCLUDES."
Ying Wang [Mon, 27 Jan 2014 19:30:25 +0000 (19:30 +0000)]
am f2777de6: am 18294fbf: Merge "Support arch-specific LOCAL_C_INCLUDES."

* commit 'f2777de63984114f30a3d4d73bacd8e4059ea5ea':
  Support arch-specific LOCAL_C_INCLUDES.

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 4a1f42d7: am 7c7f28e7: Merge changes Ib1d950e1,I3d020a3c,Ic9594718
Colin Cross [Sat, 25 Jan 2014 00:54:37 +0000 (00:54 +0000)]
am 4a1f42d7: am 7c7f28e7: Merge changes Ib1d950e1,I3d020a3c,Ic9594718

* commit '4a1f42d70e1675ce531a1e9df3665b81e5a996c6':
  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 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 5cc096b7: am 2c0260ab: Merge "build: print module that has unhandled install path"
Ying Wang [Fri, 24 Jan 2014 21:57:09 +0000 (21:57 +0000)]
am 5cc096b7: am 2c0260ab: Merge "build: print module that has unhandled install path"

* commit '5cc096b73bd563b470f4255edf7136c8fda1d0f0':
  build: print module that has unhandled install path

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 f34c4c71: am 125ddab1: Merge "build: use correct arm vs thumb arguments for 2nd...
Ying Wang [Fri, 24 Jan 2014 21:53:39 +0000 (21:53 +0000)]
am f34c4c71: am 125ddab1: Merge "build: use correct arm vs thumb arguments for 2nd arch builds"

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

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 4e08d304: am f2044b41: Merge "build: use arm kernel headers for arm 2nd arch builds"
Ying Wang [Fri, 24 Jan 2014 21:50:15 +0000 (21:50 +0000)]
am 4e08d304: am f2044b41: Merge "build: use arm kernel headers for arm 2nd arch builds"

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

10 years agoam 0c09d5b2: am e778ec89: Merge "Support arch-specific LOCAL_ variables"
Ying Wang [Fri, 24 Jan 2014 21:50:14 +0000 (21:50 +0000)]
am 0c09d5b2: am e778ec89: Merge "Support arch-specific LOCAL_ variables"

* commit '0c09d5b2ab36e1c188c40ee809e3d5e9cadc35a5':
  Support arch-specific LOCAL_ variables

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

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

10 years agoam 746d1f73: am 9e21bcdc: Merge "Support to build executables for TARGET_2ND_ARCH"
Ying Wang [Fri, 24 Jan 2014 21:50:12 +0000 (21:50 +0000)]
am 746d1f73: am 9e21bcdc: Merge "Support to build executables for TARGET_2ND_ARCH"

* commit '746d1f732f4d933addb08d5039095edb07f56f84':
  Support to build executables for TARGET_2ND_ARCH

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 agoam c236e00e: am 7da9740a: Merge "Replace all references to LOCAL_GENERATED_SOURCES...
Ying Wang [Fri, 24 Jan 2014 21:45:42 +0000 (21:45 +0000)]
am c236e00e: am 7da9740a: Merge "Replace all references to LOCAL_GENERATED_SOURCES with my_generated_sources"

* commit 'c236e00e88d2d8487327ef078e50ab1a9c102981':
  Replace all references to LOCAL_GENERATED_SOURCES with my_generated_sources

10 years agoam 52afa28f: am a07de328: Merge "Set up rules to build shared libraries for TARGET_2N...
Ying Wang [Fri, 24 Jan 2014 21:45:41 +0000 (21:45 +0000)]
am 52afa28f: am a07de328: Merge "Set up rules to build shared libraries for TARGET_2ND_ARCH"

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

10 years agoam 382ad032: am e7345edc: Merge "Set up rules to build static libraries for TARGET_2N...
Ying Wang [Fri, 24 Jan 2014 21:45:40 +0000 (21:45 +0000)]
am 382ad032: am e7345edc: Merge "Set up rules to build static libraries for TARGET_2ND_ARCH"

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

10 years agoam d6c4fcab: am 732bdb28: Merge "Load compiler environment for a second arch."
Ying Wang [Fri, 24 Jan 2014 21:45:40 +0000 (21:45 +0000)]
am d6c4fcab: am 732bdb28: Merge "Load compiler environment for a second arch."

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

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 f81cc531: am d5227a83: Merge "build: rename aarch64 target to arm64"
Colin Cross [Fri, 24 Jan 2014 20:45:41 +0000 (20:45 +0000)]
am f81cc531: am d5227a83: Merge "build: rename aarch64 target to arm64"

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

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