OSDN Git Service

android-x86/build.git
10 years agoam bdaf9012: am 98756f3b: am 8a56079c: am 5c92d966: am 541b4941: New temporary templa...
Dirk Dougherty [Sat, 15 Feb 2014 18:25:38 +0000 (18:25 +0000)]
am bdaf9012: am 98756f3b: am 8a56079c: am 5c92d966: am 541b4941: New temporary templates set for dynamic content support.

* commit 'bdaf90122ae93469175304be6bee4ad0f0375639':
  New temporary templates set for dynamic content support.

10 years agoam 98756f3b: am 8a56079c: am 5c92d966: am 541b4941: New temporary templates set for...
Dirk Dougherty [Sat, 15 Feb 2014 18:20:12 +0000 (18:20 +0000)]
am 98756f3b: am 8a56079c: am 5c92d966: am 541b4941: New temporary templates set for dynamic content support.

* commit '98756f3b7e16558ae4e17891237163ab8a23c462':
  New temporary templates set for dynamic content support.

10 years agoam 8a56079c: am 5c92d966: am 541b4941: New temporary templates set for dynamic conten...
Dirk Dougherty [Sat, 15 Feb 2014 18:16:51 +0000 (18:16 +0000)]
am 8a56079c: am 5c92d966: am 541b4941: New temporary templates set for dynamic content support.

* commit '8a56079c74765afa405a96bd025f2bddac4e17b6':
  New temporary templates set for dynamic content support.

10 years agoam 5c92d966: am 541b4941: New temporary templates set for dynamic content support.
Dirk Dougherty [Sat, 15 Feb 2014 18:14:37 +0000 (18:14 +0000)]
am 5c92d966: am 541b4941: New temporary templates set for dynamic content support.

* commit '5c92d966076b28024a9efd6c8456445e207748f1':
  New temporary templates set for dynamic content support.

10 years agoam 541b4941: New temporary templates set for dynamic content support.
Dirk Dougherty [Sat, 15 Feb 2014 18:12:08 +0000 (18:12 +0000)]
am 541b4941: New temporary templates set for dynamic content support.

* commit '541b494103857da31505ba745b0da5bdbe0499b9':
  New temporary templates set for dynamic content support.

10 years agoNew temporary templates set for dynamic content support.
Dirk Dougherty [Sat, 15 Feb 2014 02:31:53 +0000 (18:31 -0800)]
New temporary templates set for dynamic content support.

Change-Id: I066e43cdebaf66c0d8b5e3622a286dc2c88c47b5

10 years agoMerge "Switch to Clang 3.4 prebuilts."
Stephen Hines [Sat, 15 Feb 2014 00:21:51 +0000 (00:21 +0000)]
Merge "Switch to Clang 3.4 prebuilts."

10 years agoam 595e1f46: am 872d3c2c: Merge "gettop: fix symlink detection"
Ying Wang [Fri, 14 Feb 2014 23:41:20 +0000 (23:41 +0000)]
am 595e1f46: am 872d3c2c: Merge "gettop: fix symlink detection"

* commit '595e1f46919f79e23f4b09d50de99ef291a9821a':
  gettop: fix symlink detection

10 years agoam c4206df9: am 051e28fe: Merge "Fix incorrect x86 build rules."
Stephen Hines [Fri, 14 Feb 2014 23:41:20 +0000 (23:41 +0000)]
am c4206df9: am 051e28fe: Merge "Fix incorrect x86 build rules."

* commit 'c4206df9e8b59d1e9e948033e02ec08620f31c8b':
  Fix incorrect x86 build rules.

10 years agoam 872d3c2c: Merge "gettop: fix symlink detection"
Ying Wang [Fri, 14 Feb 2014 23:08:08 +0000 (23:08 +0000)]
am 872d3c2c: Merge "gettop: fix symlink detection"

* commit '872d3c2c6a07e4f1c171439449727a870dfaa59d':
  gettop: fix symlink detection

10 years agoam 051e28fe: Merge "Fix incorrect x86 build rules."
Stephen Hines [Fri, 14 Feb 2014 23:07:59 +0000 (23:07 +0000)]
am 051e28fe: Merge "Fix incorrect x86 build rules."

* commit '051e28fe2128a284ec7987f903f02b9f5826391b':
  Fix incorrect x86 build rules.

10 years agoMerge "gettop: fix symlink detection"
Ying Wang [Fri, 14 Feb 2014 21:20:17 +0000 (21:20 +0000)]
Merge "gettop: fix symlink detection"

10 years agoMerge "Fix incorrect x86 build rules."
Stephen Hines [Fri, 14 Feb 2014 20:32:29 +0000 (20:32 +0000)]
Merge "Fix incorrect x86 build rules."

10 years agoMerge "Allow LOCAL_LDFLAGS to override HOST_GLOBAL_LDFLAGS."
Torne (Richard Coles) [Fri, 14 Feb 2014 10:49:30 +0000 (10:49 +0000)]
Merge "Allow LOCAL_LDFLAGS to override HOST_GLOBAL_LDFLAGS."

10 years agoSwitch to Clang 3.4 prebuilts.
Stephen Hines [Fri, 14 Feb 2014 08:56:50 +0000 (00:56 -0800)]
Switch to Clang 3.4 prebuilts.

Change-Id: Ic8b0a7db4bb8ea96013e6b8c2f1fcdb80b6a7b03

10 years agoMerge "Add a dummy build recipe for the proto generated header files"
Ying Wang [Fri, 14 Feb 2014 02:29:52 +0000 (02:29 +0000)]
Merge "Add a dummy build recipe for the proto generated header files"

10 years agoAdd a dummy build recipe for the proto generated header files
Ying Wang [Fri, 14 Feb 2014 02:04:00 +0000 (18:04 -0800)]
Add a dummy build recipe for the proto generated header files

This fixed issue that gnumake skip updating the cpp file that includes
the generated header file when the .proto file gets updated.
For example:
Say a.cc includes b.pb.h, since b.pb.h is just byproduct of the rule
that generates b.pb.cc, and though we have dependency "b.pb.h :
b.pb.cc", but we don't have build recipe for that rule.
Gmake stupidly thinks that b.pb.h must not be updated in that case so
it skips all targets that depends on b.pb.h!
With the dumy build recipe, gmake now doesn't skip the depedent targets.

Bug: 13009798
Change-Id: I39adc09b7656bdd023f578fb8933667944fd974c

10 years agoam cb241895: am a9baf879: Merge "fix build"
Colin Cross [Fri, 14 Feb 2014 00:58:46 +0000 (00:58 +0000)]
am cb241895: am a9baf879: Merge "fix build"

* commit 'cb241895046e9827801811d8455be120ff2ea9f2':
  fix build

10 years agoam a0eb50ac: resolved conflicts for merge of 2fbe5018 to klp-modular-dev-plus-aosp
Colin Cross [Fri, 14 Feb 2014 00:51:53 +0000 (00:51 +0000)]
am a0eb50ac: resolved conflicts for merge of 2fbe5018 to klp-modular-dev-plus-aosp

* commit 'a0eb50accabe83b18bd3fe3b9d6417a4718af9e2':
  add linker64 and debuggerd64 to all products

10 years agoam a9baf879: Merge "fix build"
Colin Cross [Fri, 14 Feb 2014 00:50:00 +0000 (00:50 +0000)]
am a9baf879: Merge "fix build"

* commit 'a9baf8795e5d770a2e0ee7da22781701842932bd':
  fix build

10 years agoMerge "fix build"
Colin Cross [Fri, 14 Feb 2014 00:44:29 +0000 (00:44 +0000)]
Merge "fix build"

10 years agofix build
Colin Cross [Fri, 14 Feb 2014 00:41:50 +0000 (16:41 -0800)]
fix build

Include prebuilt_internal.mk for host builds.

Change-Id: I750d6f71b3a2c67b11536babb8b39060005f4ff4

10 years agoam 9b2077d4: am 3bbaab31: Merge changes I2514f66f,I71fed98d
Colin Cross [Fri, 14 Feb 2014 00:35:33 +0000 (00:35 +0000)]
am 9b2077d4: am 3bbaab31: Merge changes I2514f66f,I71fed98d

* commit '9b2077d4b969e9f8598242915f094552c5d78ad5':
  support LOCAL_MODULE_TARGET_ARCH for prebuilts
  Add generated sources dir to the default include path

10 years agoresolved conflicts for merge of 2fbe5018 to klp-modular-dev-plus-aosp
Colin Cross [Fri, 14 Feb 2014 00:32:48 +0000 (16:32 -0800)]
resolved conflicts for merge of 2fbe5018 to klp-modular-dev-plus-aosp

Change-Id: I623332e427ce8bfcf1b17e708ccca1d50cdbeadd

10 years agoam 3bbaab31: Merge changes I2514f66f,I71fed98d
Colin Cross [Fri, 14 Feb 2014 00:28:53 +0000 (00:28 +0000)]
am 3bbaab31: Merge changes I2514f66f,I71fed98d

* commit '3bbaab31069045aea9ae33c1d995640e56182a82':
  support LOCAL_MODULE_TARGET_ARCH for prebuilts
  Add generated sources dir to the default include path

10 years agoMerge "add linker64 and debuggerd64 to all products"
Colin Cross [Fri, 14 Feb 2014 00:24:47 +0000 (00:24 +0000)]
Merge "add linker64 and debuggerd64 to all products"

10 years agoMerge changes I2514f66f,I71fed98d
Colin Cross [Fri, 14 Feb 2014 00:24:16 +0000 (00:24 +0000)]
Merge changes I2514f66f,I71fed98d

* changes:
  support LOCAL_MODULE_TARGET_ARCH for prebuilts
  Add generated sources dir to the default include path

10 years agoadd linker64 and debuggerd64 to all products
Colin Cross [Thu, 13 Feb 2014 06:04:28 +0000 (22:04 -0800)]
add linker64 and debuggerd64 to all products

Add linker64 and debuggerd64 to embedded.mk.  They will be silently
ignored on 32-bit builds, and filtered out on 32-bit sdk builds.

Change-Id: I8c30ea65e2b7e224ee73cc9fbbcb7555d3be04b5

10 years agoam 1e8fec5b: am e2f06adb: Merge "Don\'t check the existence for the 64-bit modules...
Ying Wang [Fri, 14 Feb 2014 00:15:42 +0000 (00:15 +0000)]
am 1e8fec5b: am e2f06adb: Merge "Don\'t check the existence for the 64-bit modules for 32-bit SDK build."

* commit '1e8fec5baea381604a2bf197bfb091eeb7aa36ef':
  Don't check the existence for the 64-bit modules for 32-bit SDK build.

10 years agoam 4048cf3a: am 7ea5cd95: Merge "don\'t use LOCAL_*_arch for host builds"
Colin Cross [Fri, 14 Feb 2014 00:15:42 +0000 (00:15 +0000)]
am 4048cf3a: am 7ea5cd95: Merge "don\'t use LOCAL_*_arch for host builds"

* commit '4048cf3a70dd6405f7ff08b8a3d714d1a7b7d446':
  don't use LOCAL_*_arch for host builds

10 years agoam e2f06adb: Merge "Don\'t check the existence for the 64-bit modules for 32-bit...
Ying Wang [Fri, 14 Feb 2014 00:09:58 +0000 (00:09 +0000)]
am e2f06adb: Merge "Don\'t check the existence for the 64-bit modules for 32-bit SDK build."

* commit 'e2f06adb8873ede16f829690b4dbab07b8121aa8':
  Don't check the existence for the 64-bit modules for 32-bit SDK build.

10 years agoam 7ea5cd95: Merge "don\'t use LOCAL_*_arch for host builds"
Colin Cross [Fri, 14 Feb 2014 00:09:57 +0000 (00:09 +0000)]
am 7ea5cd95: Merge "don\'t use LOCAL_*_arch for host builds"

* commit '7ea5cd95b84c42c79f22aab7f6b8f851cc88a41f':
  don't use LOCAL_*_arch for host builds

10 years agoMerge "Don't check the existence for the 64-bit modules for 32-bit SDK build."
Ying Wang [Fri, 14 Feb 2014 00:03:12 +0000 (00:03 +0000)]
Merge "Don't check the existence for the 64-bit modules for 32-bit SDK build."

10 years agoDon't check the existence for the 64-bit modules for 32-bit SDK build.
Ying Wang [Thu, 13 Feb 2014 23:56:34 +0000 (15:56 -0800)]
Don't check the existence for the 64-bit modules for 32-bit SDK build.

Change-Id: I0d5d6ecc07332bef6854466fd98380eb12fc08fc

10 years agosupport LOCAL_MODULE_TARGET_ARCH for prebuilts
Colin Cross [Thu, 13 Feb 2014 23:04:18 +0000 (15:04 -0800)]
support LOCAL_MODULE_TARGET_ARCH for prebuilts

Prebuilts often support only a single architecture, allow them to
use LOCAL_MODULE_TARGET_ARCH to specify it.

Change-Id: I2514f66f682ef267bbf1a1ab78510faff0a18b64

10 years agoAdd generated sources dir to the default include path
Colin Cross [Thu, 13 Feb 2014 21:41:52 +0000 (13:41 -0800)]
Add generated sources dir to the default include path

Change-Id: I71fed98dfbc0bf5efad069a251eee2e5ab2e5fe6

10 years agoMerge "don't use LOCAL_*_arch for host builds"
Colin Cross [Thu, 13 Feb 2014 23:00:40 +0000 (23:00 +0000)]
Merge "don't use LOCAL_*_arch for host builds"

10 years agodon't use LOCAL_*_arch for host builds
Colin Cross [Thu, 13 Feb 2014 05:15:12 +0000 (21:15 -0800)]
don't use LOCAL_*_arch for host builds

The LOCAL_*_$(TARGET_ARCH) variables don't make sense for host
modules, only append use them for target modules.

Also complete the list of LOCAL_*_arch and LOCAL_*_32/64 to be
consistent.

Change-Id: I00c83e5c4e08ed9a844f9f99a79ce4bcc3f0bf11

10 years agoam 481fed17: am f10efbc1: Merge "make 64-bit builds into multiarch builds"
Colin Cross [Thu, 13 Feb 2014 21:38:00 +0000 (21:38 +0000)]
am 481fed17: am f10efbc1: Merge "make 64-bit builds into multiarch builds"

* commit '481fed17fad5141154d8cf9532c0803ade24a6a6':
  make 64-bit builds into multiarch builds

10 years agoam f10efbc1: Merge "make 64-bit builds into multiarch builds"
Colin Cross [Thu, 13 Feb 2014 21:20:31 +0000 (21:20 +0000)]
am f10efbc1: Merge "make 64-bit builds into multiarch builds"

* commit 'f10efbc15e458f50bb29fe9ad0653fb2e08fd8fb':
  make 64-bit builds into multiarch builds

10 years agoMerge "make 64-bit builds into multiarch builds"
Colin Cross [Thu, 13 Feb 2014 21:15:00 +0000 (21:15 +0000)]
Merge "make 64-bit builds into multiarch builds"

10 years agoFix incorrect x86 build rules.
Stephen Hines [Thu, 13 Feb 2014 11:21:12 +0000 (03:21 -0800)]
Fix incorrect x86 build rules.

combo/TARGET_x86*.mk mistakenly added TARGET_GLOBAL_CFLAGS to their
linker command lines. This results in clang builds not working properly,
since they strip some unknown flags from TARGET_GLOBAL_CFLAGS.

Change-Id: I60a1ff5df70305323134435e4ae107ea7acfe8ea

10 years agoam 5768ac91: am 5c7039fb: Merge "Remove dead code."
Ying Wang [Thu, 13 Feb 2014 11:27:22 +0000 (11:27 +0000)]
am 5768ac91: am 5c7039fb: Merge "Remove dead code."

* commit '5768ac917ca0e08a6a356159e0a8837f1bcfc7ff':
  Remove dead code.

10 years agomake 64-bit builds into multiarch builds
Colin Cross [Tue, 28 Jan 2014 22:35:16 +0000 (14:35 -0800)]
make 64-bit builds into multiarch builds

Also enable the 64-bit binder interface and make them only use ART.

Change-Id: I05de41ce348c14722c84a658f745659bde5ba423

10 years agoam 5c7039fb: Merge "Remove dead code."
Ying Wang [Thu, 13 Feb 2014 01:45:38 +0000 (01:45 +0000)]
am 5c7039fb: Merge "Remove dead code."

* commit '5c7039fb069c040759df0a5a15241dd7f8b2f9b7':
  Remove dead code.

10 years agoMerge "Remove dead code."
Ying Wang [Thu, 13 Feb 2014 01:39:41 +0000 (01:39 +0000)]
Merge "Remove dead code."

10 years agoRemove dead code.
Ying Wang [Thu, 13 Feb 2014 01:38:46 +0000 (17:38 -0800)]
Remove dead code.

Change-Id: Ia36a04037e15cbf296f375f3ece9a7e977fdca1e

10 years agoam 2c32144b: resolved conflicts for merge of 7cd7bd65 to klp-modular-dev-plus-aosp
Colin Cross [Wed, 12 Feb 2014 23:00:21 +0000 (23:00 +0000)]
am 2c32144b: resolved conflicts for merge of 7cd7bd65 to klp-modular-dev-plus-aosp

* commit '2c32144b328e0191fa32bf342dc7eb01d6174b6e':
  HACK: add 64-bit directory blacklist
  add support for module supported or unsupported target architectures

10 years agoam 0b7197a6: am cd958154: Merge "Refactor a little bit and do the validation on also...
Ying Wang [Wed, 12 Feb 2014 23:00:19 +0000 (23:00 +0000)]
am 0b7197a6: am cd958154: Merge "Refactor a little bit and do the validation on also default.prop."

* commit '0b7197a612459caf2cdac8b9f0c0b8c5365b7837':
  Refactor a little bit and do the validation on also default.prop.

10 years agoam 4170e2be: am fd841351: Merge "Support custom sdk.atree files." into klp-modular-dev
Ying Wang [Wed, 12 Feb 2014 23:00:18 +0000 (23:00 +0000)]
am 4170e2be: am fd841351: Merge "Support custom sdk.atree files." into klp-modular-dev

* commit '4170e2be8e7493f2ad1abd33ba74638d9d421b3b':
  Support custom sdk.atree files.

10 years agoam ca23f57c: am de90b030: Merge "A build property\'s value is returned empty in runti...
Ying Wang [Wed, 12 Feb 2014 23:00:17 +0000 (23:00 +0000)]
am ca23f57c: am de90b030: Merge "A build property\'s value is returned empty in runtime when its length exceeds 92 symbols (91 valid symbols + \0). It is better to catch that issue on earlier stage, i.e. fail the build with an appropriate message."

* commit 'ca23f57c419e99ae49714c71ad9eb2a689435580':
  A build property's value is returned empty in runtime when its length exceeds 92 symbols (91 valid symbols + \0). It is better to catch that issue on earlier stage, i.e. fail the build with an appropriate message.

10 years agoresolved conflicts for merge of b6d53f0b to master
Ying Wang [Wed, 12 Feb 2014 22:58:06 +0000 (14:58 -0800)]
resolved conflicts for merge of b6d53f0b to master

Change-Id: Id01809e2a72ca8ba13594621690273fc6f982095

10 years agoam 1968f286: am b12cce10: Merge "Refine module name resolving in multilib build"
Ying Wang [Wed, 12 Feb 2014 22:47:33 +0000 (22:47 +0000)]
am 1968f286: am b12cce10: Merge "Refine module name resolving in multilib build"

* commit '1968f286d69c36692bd5788fa8745ed16ccc03cb':
  Refine module name resolving in multilib build

10 years agoam 1e317e77: am 993ffb80: Merge "Add all-S-files-under."
Elliott Hughes [Wed, 12 Feb 2014 22:47:32 +0000 (22:47 +0000)]
am 1e317e77: am 993ffb80: Merge "Add all-S-files-under."

* commit '1e317e77fa86ee0450e8a7b1b2ab5bd51720189f':
  Add all-S-files-under.

10 years agoresolved conflicts for merge of 7cd7bd65 to klp-modular-dev-plus-aosp
Colin Cross [Wed, 12 Feb 2014 21:06:30 +0000 (13:06 -0800)]
resolved conflicts for merge of 7cd7bd65 to klp-modular-dev-plus-aosp

Change-Id: Ib4f062a59d442b29b9782fd8c0328fd551c3a32a

10 years agoam cd958154: Merge "Refactor a little bit and do the validation on also default.prop."
Ying Wang [Wed, 12 Feb 2014 21:01:03 +0000 (21:01 +0000)]
am cd958154: Merge "Refactor a little bit and do the validation on also default.prop."

* commit 'cd958154a5bdb753274a338e799c3ece96ea9c5c':
  Refactor a little bit and do the validation on also default.prop.

10 years agoam fd841351: Merge "Support custom sdk.atree files." into klp-modular-dev
Ying Wang [Wed, 12 Feb 2014 20:58:02 +0000 (20:58 +0000)]
am fd841351: Merge "Support custom sdk.atree files." into klp-modular-dev

* commit 'fd841351efaeb241f0b499231671772caa21f19e':
  Support custom sdk.atree files.

10 years agoMerge topic 'arm64'
Colin Cross [Wed, 12 Feb 2014 20:57:24 +0000 (20:57 +0000)]
Merge topic 'arm64'

* changes:
  HACK: add 64-bit directory blacklist
  add support for module supported or unsupported target architectures

10 years agoMerge "Refactor a little bit and do the validation on also default.prop."
Ying Wang [Wed, 12 Feb 2014 20:56:31 +0000 (20:56 +0000)]
Merge "Refactor a little bit and do the validation on also default.prop."

10 years agoMerge "Support custom sdk.atree files." into klp-modular-dev
Ying Wang [Wed, 12 Feb 2014 20:54:30 +0000 (20:54 +0000)]
Merge "Support custom sdk.atree files." into klp-modular-dev

10 years agoHACK: add 64-bit directory blacklist
Colin Cross [Fri, 24 Jan 2014 21:38:08 +0000 (13:38 -0800)]
HACK: add 64-bit directory blacklist

Change-Id: I431e8b220db81d51930dc0b3d95995df120c179a

10 years agoadd support for module supported or unsupported target architectures
Colin Cross [Thu, 6 Feb 2014 22:45:37 +0000 (14:45 -0800)]
add support for module supported or unsupported target architectures

Add four new variables for module makefiles:

LOCAL_MODULE_TARGET_ARCH specifies that a module is only supported for
one or more architectures.  Any architecture not in the list will be
not attempt to build the module.  The expected use case is prebuilts
that are only suitable for a single architecture, or modules like llvm
that need per-architecture support.

LOCAL_MODULE_UNSUPPORTED_TARGET_ARCH specifies that a module cannot be
built for one or more architectures.

LOCAL_MODULE_TARGET_ARCH_WARN and LOCAL_MODULE_UNSUPPORTED_TARGET_ARCH_WARN
are the same, but warn that the arch is not supported, which is useful
for modules that are critical but not yet working.

The logic for whether or not to build an architecture is fairly
complicated, so this patch consolidates it into module_arch_supported.mk

Change-Id: I120caf4a375f484e1fd6017b60c2f53882ae01e6

10 years agoam de90b030: Merge "A build property\'s value is returned empty in runtime when its...
Ying Wang [Wed, 12 Feb 2014 19:22:53 +0000 (19:22 +0000)]
am de90b030: Merge "A build property\'s value is returned empty in runtime when its length exceeds 92 symbols (91 valid symbols + \0). It is better to catch that issue on earlier stage, i.e. fail the build with an appropriate message."

* commit 'de90b0307a603449354bb2d265c5b2315b7b6850':
  A build property's value is returned empty in runtime when its length exceeds 92 symbols (91 valid symbols + \0). It is better to catch that issue on earlier stage, i.e. fail the build with an appropriate message.

10 years agoam bec954d0: Merge "Clean up dangling module names"
Ying Wang [Wed, 12 Feb 2014 19:22:52 +0000 (19:22 +0000)]
am bec954d0: Merge "Clean up dangling module names"

* commit 'bec954d05e0eeec178c796d2332ee9a86becb5dc':
  Clean up dangling module names

10 years agoam b12cce10: Merge "Refine module name resolving in multilib build"
Ying Wang [Wed, 12 Feb 2014 19:22:51 +0000 (19:22 +0000)]
am b12cce10: Merge "Refine module name resolving in multilib build"

* commit 'b12cce10fab8c9adda213506be4ce675104655da':
  Refine module name resolving in multilib build

10 years agoam 993ffb80: Merge "Add all-S-files-under."
Elliott Hughes [Wed, 12 Feb 2014 19:22:29 +0000 (19:22 +0000)]
am 993ffb80: Merge "Add all-S-files-under."

* commit '993ffb802ee90e07e73e67e523fd040395dfd74d':
  Add all-S-files-under.

10 years agoRefactor a little bit and do the validation on also default.prop.
Ying Wang [Wed, 12 Feb 2014 04:44:09 +0000 (20:44 -0800)]
Refactor a little bit and do the validation on also default.prop.

Change-Id: I76c2344d9033eadede7048689a879c9a69a05b7f

10 years agoam 0ed897d0: am 83aeb2f9: am e2652df8: am 22866695: am 2c2c0534: set a smaller line...
Scott Main [Wed, 12 Feb 2014 16:16:05 +0000 (16:16 +0000)]
am 0ed897d0: am 83aeb2f9: am e2652df8: am 22866695: am 2c2c0534: set a smaller line height for sidebox headers to avoid whitespace at the top

* commit '0ed897d01536129165f5df63120a791d933a2865':
  set a smaller line height for sidebox headers to avoid whitespace at the top

10 years agoam 83aeb2f9: am e2652df8: am 22866695: am 2c2c0534: set a smaller line height for...
Scott Main [Wed, 12 Feb 2014 16:10:51 +0000 (16:10 +0000)]
am 83aeb2f9: am e2652df8: am 22866695: am 2c2c0534: set a smaller line height for sidebox headers to avoid whitespace at the top

* commit '83aeb2f942aa5d9e062e8e06916a6d1d24409d6c':
  set a smaller line height for sidebox headers to avoid whitespace at the top

10 years agoam e2652df8: am 22866695: am 2c2c0534: set a smaller line height for sidebox headers...
Scott Main [Wed, 12 Feb 2014 16:08:32 +0000 (16:08 +0000)]
am e2652df8: am 22866695: am 2c2c0534: set a smaller line height for sidebox headers to avoid whitespace at the top

* commit 'e2652df8d7411854b3b00adf7c6a6a0af99a545d':
  set a smaller line height for sidebox headers to avoid whitespace at the top

10 years agoam 22866695: am 2c2c0534: set a smaller line height for sidebox headers to avoid...
Scott Main [Wed, 12 Feb 2014 16:06:03 +0000 (16:06 +0000)]
am 22866695: am 2c2c0534: set a smaller line height for sidebox headers to avoid whitespace at the top

* commit '228666956ade81aa8f993eed70f361ec93073bad':
  set a smaller line height for sidebox headers to avoid whitespace at the top

10 years agoam 2c2c0534: set a smaller line height for sidebox headers to avoid whitespace at...
Scott Main [Wed, 12 Feb 2014 16:02:57 +0000 (16:02 +0000)]
am 2c2c0534: set a smaller line height for sidebox headers to avoid whitespace at the top

* commit '2c2c053490aa3a2102c0dce95fcae0d22b77a71b':
  set a smaller line height for sidebox headers to avoid whitespace at the top

10 years agoAllow LOCAL_LDFLAGS to override HOST_GLOBAL_LDFLAGS.
Torne (Richard Coles) [Wed, 12 Feb 2014 14:24:41 +0000 (14:24 +0000)]
Allow LOCAL_LDFLAGS to override HOST_GLOBAL_LDFLAGS.

For host executables and shared libraries, the global LDFLAGS were being
inserted into the linker command line after the module-specific ones,
making it impossible to override the default settings. Change the order
to match target linker invocations.

Change-Id: Icd5f6f83df9f27a5be97ddb197ee245c1ab8c2be

10 years agoMerge "A build property's value is returned empty in runtime when its length exceeds...
Ying Wang [Wed, 12 Feb 2014 03:56:42 +0000 (03:56 +0000)]
Merge "A build property's value is returned empty in runtime when its length exceeds 92 symbols (91 valid symbols + \0). It is better to catch that issue on earlier stage, i.e. fail the build with an appropriate message."

10 years agoset a smaller line height for sidebox headers to avoid whitespace at the top
Scott Main [Wed, 12 Feb 2014 02:16:20 +0000 (18:16 -0800)]
set a smaller line height for sidebox headers to avoid whitespace at the top

Change-Id: I8f1c4de275f3d7b2f55460bf4dc32a9a3d6b04ae

10 years agoMerge "Clean up dangling module names"
Ying Wang [Wed, 12 Feb 2014 01:31:21 +0000 (01:31 +0000)]
Merge "Clean up dangling module names"

10 years agoClean up dangling module names
Ying Wang [Wed, 12 Feb 2014 01:28:30 +0000 (17:28 -0800)]
Clean up dangling module names

Those modules have disappeared from the source tree.

https://code.google.com/p/android/issues/detail?id=61210

Change-Id: Iab369d2f591f46eb86b9fccf2087515edf974662

10 years agoMerge "Refine module name resolving in multilib build"
Ying Wang [Wed, 12 Feb 2014 01:26:10 +0000 (01:26 +0000)]
Merge "Refine module name resolving in multilib build"

10 years agoA build property's value is returned empty in runtime when its length
Yu Liu [Tue, 11 Feb 2014 03:20:36 +0000 (19:20 -0800)]
A build property's value is returned empty in runtime when its length
exceeds 92 symbols (91 valid symbols + \0). It is better to catch that
issue on earlier stage, i.e. fail the build with an appropriate message.

For developer's build, show warning message instead of failing the build
(in the latter case, as developers do not usually care about build properties
too much).

Change-Id: I03ced7b486d43a71b1921e0a9c48b43aa30727c7

10 years agoMerge "Add all-S-files-under."
Elliott Hughes [Tue, 11 Feb 2014 22:01:32 +0000 (22:01 +0000)]
Merge "Add all-S-files-under."

10 years agoAdd all-S-files-under.
Elliott Hughes [Tue, 11 Feb 2014 21:48:35 +0000 (13:48 -0800)]
Add all-S-files-under.

Change-Id: I25416e2acc850c61226bc7a8e0536384f6eb2dce

10 years agoam d121d417: am 90ed06ef: Merge "fix 2nd target clang prebuilt paths"
Colin Cross [Tue, 11 Feb 2014 21:08:31 +0000 (21:08 +0000)]
am d121d417: am 90ed06ef: Merge "fix 2nd target clang prebuilt paths"

* commit 'd121d417309ab5a4640437a894a501d4883c3961':
  fix 2nd target clang prebuilt paths

10 years agoam 90ed06ef: Merge "fix 2nd target clang prebuilt paths"
Colin Cross [Tue, 11 Feb 2014 21:03:55 +0000 (21:03 +0000)]
am 90ed06ef: Merge "fix 2nd target clang prebuilt paths"

* commit '90ed06ef84aee84dfc1edba1503a2b2036fc867d':
  fix 2nd target clang prebuilt paths

10 years agoMerge "fix 2nd target clang prebuilt paths"
Colin Cross [Tue, 11 Feb 2014 20:58:08 +0000 (20:58 +0000)]
Merge "fix 2nd target clang prebuilt paths"

10 years agofix 2nd target clang prebuilt paths
Colin Cross [Tue, 11 Feb 2014 20:47:52 +0000 (12:47 -0800)]
fix 2nd target clang prebuilt paths

Change-Id: I4c196221bd377e30bbff1aafa265952e29c85cb5

10 years agoam 484c7dec: am ba46260f: Merge "Runtime resource overlay, iteration 2"
Ying Wang [Tue, 11 Feb 2014 19:41:03 +0000 (19:41 +0000)]
am 484c7dec: am ba46260f: Merge "Runtime resource overlay, iteration 2"

* commit '484c7dec798c8ba068f282d1d4398bfdd9b634d3':
  Runtime resource overlay, iteration 2

10 years agoam ba46260f: Merge "Runtime resource overlay, iteration 2"
Ying Wang [Tue, 11 Feb 2014 19:34:55 +0000 (19:34 +0000)]
am ba46260f: Merge "Runtime resource overlay, iteration 2"

* commit 'ba46260f8dee97138d2eb456560b45eb9f914930':
  Runtime resource overlay, iteration 2

10 years agoMerge "Runtime resource overlay, iteration 2"
Ying Wang [Tue, 11 Feb 2014 19:27:59 +0000 (19:27 +0000)]
Merge "Runtime resource overlay, iteration 2"

10 years agoresolved conflicts for merge of 34cb6460 to master
Justin Koh [Tue, 11 Feb 2014 19:25:37 +0000 (11:25 -0800)]
resolved conflicts for merge of 34cb6460 to master

Change-Id: I46982ef15b479e55b5cdf2f446577fbaa1356cea

10 years agoam f0c58da0: Change core_tiny to not be minimal font footprint.
Justin Koh [Tue, 11 Feb 2014 18:59:47 +0000 (18:59 +0000)]
am f0c58da0: Change core_tiny to not be minimal font footprint.

* commit 'f0c58da07d6ebcff215338c1cd1f4410786c1858':
  Change core_tiny to not be minimal font footprint.

10 years agoChange core_tiny to not be minimal font footprint.
Justin Koh [Tue, 11 Feb 2014 03:28:15 +0000 (19:28 -0800)]
Change core_tiny to not be minimal font footprint.

Change core_tiny to not be minimal font footprint: UX really wants roboto
condensed. Checked /proc/meminfo before and after the change and didn't
see much difference.

Change-Id: I94072f674ff678dfdbddd66d3792e63245e5e7da

10 years agoRefine module name resolving in multilib build
Ying Wang [Tue, 11 Feb 2014 06:26:23 +0000 (22:26 -0800)]
Refine module name resolving in multilib build

-- Added TARGET_PREFER_32_BIT, which sets LOCAL_32_BIT_ONLY for an
   executable, if LOCAL_NO_2ND_ARCH is not true.

Name resolving in 64-bit multilib build:
-- Name resolving in PRODUCT_PACKAGES:
   foo:32 resolves to foo_32;
   foo:64 resolves to foo;
   foo resolves to both foo and foo_32 (if foo_32 is defined).

-- Name resolving for LOCAL_REQUIRED_MODULES:
   If a module is built for 2nd arch, its required module resolves to
   32-bit variant, if it exits;
   Otherwise for executable and shared library, a required module
   resolves to the default 64-bit variant; for other module classes,
   required module foo resolves to both foo and foo_32 (if foo_32 is
   defined)

Bug: 12898862
Change-Id: I5fda1a77f58814097b10b5ad2743ee25adfaecc4

10 years agoMerge "Adding SmsTest to sdk build"
Steve Moyer [Tue, 11 Feb 2014 00:42:16 +0000 (00:42 +0000)]
Merge "Adding SmsTest to sdk build"

10 years agoFix issue #12939338: Android version showing as 'KKWT'
Dianne Hackborn [Mon, 10 Feb 2014 21:43:00 +0000 (13:43 -0800)]
Fix issue #12939338: Android version showing as 'KKWT'

Thou shalt be...  L!

Change-Id: I53e66eaf64183fbab0b1035cdb376b25abab4879

10 years agoam cc57457c: am 145562fc: Merge "Add missing font files to SDK system images."
David 'Digit' Turner [Mon, 10 Feb 2014 13:29:51 +0000 (13:29 +0000)]
am cc57457c: am 145562fc: Merge "Add missing font files to SDK system images."

* commit 'cc57457c880fdf5e85dd07b11fa61928ca692b45':
  Add missing font files to SDK system images.

10 years agoam 74b71317: am 2d72094f: am 960d919e: resolved conflicts for merge of 4df82b3e to...
Ying Wang [Mon, 10 Feb 2014 12:51:36 +0000 (12:51 +0000)]
am 74b71317: am 2d72094f: am 960d919e: resolved conflicts for merge of 4df82b3e to klp-dev-plus-aosp

* commit '74b71317711fe4bacc6422e45de599fea840f061':
  Allow proguarding the main app and the test app in a single run.

10 years agoam 7495e68a: am 6c5d8976: Merge "Refreshed gcc predefines __ANDROID__"
Ben Cheng [Mon, 10 Feb 2014 12:50:55 +0000 (12:50 +0000)]
am 7495e68a: am 6c5d8976: Merge "Refreshed gcc predefines __ANDROID__"

* commit '7495e68a61075ef592aff6f2ba4d1d06fe3fedf4':
  Refreshed gcc predefines __ANDROID__

10 years agoam 34afc565: am 5cc7f8a7: Merge "Select the arch_variant_cflags for the 2nd arch."
Ying Wang [Mon, 10 Feb 2014 12:50:55 +0000 (12:50 +0000)]
am 34afc565: am 5cc7f8a7: Merge "Select the arch_variant_cflags for the 2nd arch."

* commit '34afc565b41989f07d6e479def5e849aeaad1ac9':
  Select the arch_variant_cflags for the 2nd arch.

10 years agoam 145562fc: Merge "Add missing font files to SDK system images."
David 'Digit' Turner [Mon, 10 Feb 2014 12:10:22 +0000 (12:10 +0000)]
am 145562fc: Merge "Add missing font files to SDK system images."

* commit '145562fcef979e4fea946987717618dba6148aeb':
  Add missing font files to SDK system images.

10 years agoMerge "Add missing font files to SDK system images."
David 'Digit' Turner [Mon, 10 Feb 2014 11:31:17 +0000 (11:31 +0000)]
Merge "Add missing font files to SDK system images."