Colin Cross
59dc65a28a
am 481fed17
: am f10efbc1
: Merge "make 64-bit builds into multiarch builds"
...
* commit '481fed17fad5141154d8cf9532c0803ade24a6a6':
make 64-bit builds into multiarch builds
2014-02-13 21:38:00 +00:00
Colin Cross
481fed17fa
am f10efbc1
: Merge "make 64-bit builds into multiarch builds"
...
* commit 'f10efbc15e458f50bb29fe9ad0653fb2e08fd8fb':
make 64-bit builds into multiarch builds
2014-02-13 21:20:31 +00:00
Colin Cross
f10efbc15e
Merge "make 64-bit builds into multiarch builds"
2014-02-13 21:15:00 +00:00
Ying Wang
ca389b9048
am 5768ac91
: am 5c7039fb
: Merge "Remove dead code."
...
* commit '5768ac917ca0e08a6a356159e0a8837f1bcfc7ff':
Remove dead code.
2014-02-13 11:27:22 +00:00
Colin Cross
930b5fbcb9
make 64-bit builds into multiarch builds
...
Also enable the 64-bit binder interface and make them only use ART.
Change-Id: I05de41ce348c14722c84a658f745659bde5ba423
2014-02-12 19:49:47 -08:00
Ying Wang
5768ac917c
am 5c7039fb
: Merge "Remove dead code."
...
* commit '5c7039fb069c040759df0a5a15241dd7f8b2f9b7':
Remove dead code.
2014-02-13 01:45:38 +00:00
Ying Wang
5c7039fb06
Merge "Remove dead code."
2014-02-13 01:39:41 +00:00
Ying Wang
dc6bb0477d
Remove dead code.
...
Change-Id: Ia36a04037e15cbf296f375f3ece9a7e977fdca1e
2014-02-12 17:38:46 -08:00
Colin Cross
84a20ac12e
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
2014-02-12 23:00:21 +00:00
Ying Wang
0a60bdf59a
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.
2014-02-12 23:00:19 +00:00
Ying Wang
53d2ca0713
am 4170e2be
: am fd841351
: Merge "Support custom sdk.atree files." into klp-modular-dev
...
* commit '4170e2be8e7493f2ad1abd33ba74638d9d421b3b':
Support custom sdk.atree files.
2014-02-12 23:00:18 +00:00
Ying Wang
3afdef2ef0
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.
2014-02-12 23:00:17 +00:00
Ying Wang
e6a65a5f15
resolved conflicts for merge of b6d53f0b
to master
...
Change-Id: Id01809e2a72ca8ba13594621690273fc6f982095
2014-02-12 14:58:06 -08:00
Ying Wang
6336d6bf07
am 1968f286
: am b12cce10
: Merge "Refine module name resolving in multilib build"
...
* commit '1968f286d69c36692bd5788fa8745ed16ccc03cb':
Refine module name resolving in multilib build
2014-02-12 22:47:33 +00:00
Elliott Hughes
a0945a24f9
am 1e317e77
: am 993ffb80
: Merge "Add all-S-files-under."
...
* commit '1e317e77fa86ee0450e8a7b1b2ab5bd51720189f':
Add all-S-files-under.
2014-02-12 22:47:32 +00:00
Colin Cross
2c32144b32
resolved conflicts for merge of 7cd7bd65
to klp-modular-dev-plus-aosp
...
Change-Id: Ib4f062a59d442b29b9782fd8c0328fd551c3a32a
2014-02-12 13:09:29 -08:00
Ying Wang
0b7197a612
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.
2014-02-12 21:01:03 +00:00
Ying Wang
4170e2be8e
am fd841351
: Merge "Support custom sdk.atree files." into klp-modular-dev
...
* commit 'fd841351efaeb241f0b499231671772caa21f19e':
Support custom sdk.atree files.
2014-02-12 20:58:02 +00:00
Colin Cross
7cd7bd65fd
Merge topic 'arm64'
...
* changes:
HACK: add 64-bit directory blacklist
add support for module supported or unsupported target architectures
2014-02-12 20:57:25 +00:00
Ying Wang
cd958154a5
Merge "Refactor a little bit and do the validation on also default.prop."
2014-02-12 20:56:31 +00:00
Ying Wang
fd841351ef
Merge "Support custom sdk.atree files." into klp-modular-dev
2014-02-12 20:54:30 +00:00
Colin Cross
02e31d240a
HACK: add 64-bit directory blacklist
...
Change-Id: I431e8b220db81d51930dc0b3d95995df120c179a
2014-02-12 12:17:55 -08:00
Colin Cross
8e4041271d
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
2014-02-12 12:17:55 -08:00
Ying Wang
ca23f57c41
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.
2014-02-12 19:22:53 +00:00
Ying Wang
b6d53f0b31
am bec954d0
: Merge "Clean up dangling module names"
...
* commit 'bec954d05e0eeec178c796d2332ee9a86becb5dc':
Clean up dangling module names
2014-02-12 19:22:52 +00:00
Ying Wang
1968f286d6
am b12cce10
: Merge "Refine module name resolving in multilib build"
...
* commit 'b12cce10fab8c9adda213506be4ce675104655da':
Refine module name resolving in multilib build
2014-02-12 19:22:51 +00:00
Elliott Hughes
1e317e77fa
am 993ffb80
: Merge "Add all-S-files-under."
...
* commit '993ffb802ee90e07e73e67e523fd040395dfd74d':
Add all-S-files-under.
2014-02-12 19:22:29 +00:00
Ying Wang
351232107e
Refactor a little bit and do the validation on also default.prop.
...
Change-Id: I76c2344d9033eadede7048689a879c9a69a05b7f
2014-02-12 10:32:47 -08:00
Scott Main
3634c0dfc1
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
2014-02-12 16:16:05 +00:00
Scott Main
0ed897d015
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
2014-02-12 16:10:51 +00:00
Scott Main
83aeb2f942
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
2014-02-12 16:08:32 +00:00
Scott Main
e2652df8d7
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
2014-02-12 16:06:03 +00:00
Scott Main
228666956a
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
2014-02-12 16:02:57 +00:00
Ying Wang
de90b0307a
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."
2014-02-12 03:56:43 +00:00
Scott Main
2c2c053490
set a smaller line height for sidebox headers to avoid whitespace at the top
...
Change-Id: I8f1c4de275f3d7b2f55460bf4dc32a9a3d6b04ae
2014-02-11 18:16:20 -08:00
Ying Wang
bec954d05e
Merge "Clean up dangling module names"
2014-02-12 01:31:22 +00:00
Ying Wang
d18e570fba
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
2014-02-11 17:28:30 -08:00
Ying Wang
b12cce10fa
Merge "Refine module name resolving in multilib build"
2014-02-12 01:26:10 +00:00
Yu Liu
115c66bd74
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
2014-02-11 15:31:49 -08:00
Elliott Hughes
993ffb802e
Merge "Add all-S-files-under."
2014-02-11 22:01:32 +00:00
Elliott Hughes
e3b044a0cc
Add all-S-files-under.
...
Change-Id: I25416e2acc850c61226bc7a8e0536384f6eb2dce
2014-02-11 13:48:35 -08:00
Colin Cross
ce04c505a0
am d121d417
: am 90ed06ef
: Merge "fix 2nd target clang prebuilt paths"
...
* commit 'd121d417309ab5a4640437a894a501d4883c3961':
fix 2nd target clang prebuilt paths
2014-02-11 21:08:31 +00:00
Colin Cross
d121d41730
am 90ed06ef
: Merge "fix 2nd target clang prebuilt paths"
...
* commit '90ed06ef84aee84dfc1edba1503a2b2036fc867d':
fix 2nd target clang prebuilt paths
2014-02-11 21:03:55 +00:00
Colin Cross
90ed06ef84
Merge "fix 2nd target clang prebuilt paths"
2014-02-11 20:58:08 +00:00
Colin Cross
b0ef9111ac
fix 2nd target clang prebuilt paths
...
Change-Id: I4c196221bd377e30bbff1aafa265952e29c85cb5
2014-02-11 12:48:12 -08:00
Ying Wang
1eba3c14c7
am 484c7dec
: am ba46260f
: Merge "Runtime resource overlay, iteration 2"
...
* commit '484c7dec798c8ba068f282d1d4398bfdd9b634d3':
Runtime resource overlay, iteration 2
2014-02-11 19:41:03 +00:00
Ying Wang
484c7dec79
am ba46260f
: Merge "Runtime resource overlay, iteration 2"
...
* commit 'ba46260f8dee97138d2eb456560b45eb9f914930':
Runtime resource overlay, iteration 2
2014-02-11 19:34:55 +00:00
Ying Wang
ba46260f8d
Merge "Runtime resource overlay, iteration 2"
2014-02-11 19:27:59 +00:00
Justin Koh
f26c96edc5
resolved conflicts for merge of 34cb6460
to master
...
Change-Id: I46982ef15b479e55b5cdf2f446577fbaa1356cea
2014-02-11 11:26:14 -08:00
Justin Koh
34cb646077
am f0c58da0
: Change core_tiny to not be minimal font footprint.
...
* commit 'f0c58da07d6ebcff215338c1cd1f4410786c1858':
Change core_tiny to not be minimal font footprint.
2014-02-11 18:59:47 +00:00