- 10 Apr, 2014 4 commits
-
-
Colin Cross authored
Correct the solib-search-path for 64-bit to look in /system/lib64 for all libraries including those in subdirectories. Change-Id: I606a0eae1137a857564facc79306ad83097d9659
-
Ben Cheng authored
-
Ben Cheng authored
-
- 09 Apr, 2014 6 commits
-
-
Ben Cheng authored
Change-Id: I63e1b54947326fb5da07af7691d4729bcbf99ac1 GCC: 4.9 (which supports -fstack-protector) Binutils: 2.24 (which supports gc-sections) GDB: 7.7
-
Ying Wang authored
-
Ying Wang authored
Change-Id: Ic3422650ea22977f3dcfd74505cb287ff6543c2d
-
Narayan Kamath authored
-
Narayan Kamath authored
We no longer provide this function in bionic. All callers should be moved over to pthread_condattr_setclock(). Change-Id: Iccd3384b40de423f7d5f9521b6d8073bf8bdea42
-
Narayan Kamath authored
-
- 08 Apr, 2014 1 commit
-
-
Narayan Kamath authored
Introduce ro.product.cpu.abilist32 / abilist64, which are comma separated lists of the 32 and 64 bit ABIs that the device supports. These properties are used by the zygote and system server to determine what ABI an app should be started with. This changes move abilist related make steps out of envsetup.mk and into config.mk because they depend on variables set by core/combo/***. Additionally, config.mk performs a few additional cleanups of these variables (like stripping them) after the inclusion of envsetup.mk so this seems like a better place to put them. bug: 13647418 Change-Id: I3db39bdd761220c5b4966f651892fb592396f9a1
-
- 07 Apr, 2014 6 commits
-
-
Ying Wang authored
-
Ying Wang authored
-
Ying Wang authored
-
Ying Wang authored
It seems to be a javac/javadoc bug. See https://code.google.com/p/doclava/issues/detail?id=38 sun.util.resources.OpenListResourceBundle is a class defined in the host rt.jar, but sometimes on some platform javadoc/javac can't find it. -XDignore.symbol.file tells javadoc/javac to skip the stubs file ct.sym and link against rt.jar directly. Change-Id: I3930f7399fc14b2d6b43c29f737fa90f37515aff
-
Ying Wang authored
- If it's host module, don't set bootclasspath; - If it's arget module, - It can build against the API stubs; - It can build against a historical SDK version; - It can build against core.jar Change-Id: Id1ec3ba624bc38068b206ad7173f4facf590e021
-
Narayan Kamath authored
We want javadoc generated from the standard libraries we supply and not the host standard libraries. This also has the side effect of fixing javadoc generation for java7 APIs that android introduced, while compiling with java6. bug: 8992787 Change-Id: Idebc7e12c7743a43b425ef4971f4482719fd480d
-
- 05 Apr, 2014 2 commits
-
-
Ying Wang authored
-
Narayan Kamath authored
All introduce a flag LEGACY_USE_JAVA6 to force java6 builds. This is an unsupported configuration, and provided temporarily to iron out regressions and compare build output (if required.). - Increment the version check sequence number. - Move a more specific check (OpenJDK vs non OpenJDK) after the more general version check. - Update the link in the version check error message to the "initializing" page instead of the "download" page. The latter talks about repo, mainly. bug: 8992787 Change-Id: I313e17b1911768d4f3bc318c4162c53dec6eaf0d Conflicts: core/main.mk
-
- 04 Apr, 2014 3 commits
-
-
Ying Wang authored
-
Ying Wang authored
It turns out -static doesn't work with -fPIE. Bug: 13568878 Change-Id: I66951a5517dece1c5f4f22c329cf703bd99b5163
-
Steve Moyer authored
-
- 03 Apr, 2014 3 commits
-
-
Steve Moyer authored
SmsTest, GpsLocationTest, ConnectivityTest -> EmulatorSmokeTests Conflicts: target/product/sdk.mk Change-Id: Ia5add1bc6360c27f84aab8f32b30c312435b1871
-
Ying Wang authored
-
Ying Wang authored
Unfortunately the previous approach of grepping out java version before "head -n 1" clash with the effort of running "java -version" only once. Change-Id: Ic78719c3bf1a54a45342d74bbbfa8e83bbc1bce1
-
- 02 Apr, 2014 11 commits
-
-
Greg Hackmann authored
-
Colin Cross authored
-
Torne (Richard Coles) authored
-
Colin Cross authored
Increase userdata image size to allow make tests to builds with extra tests to fit. Change-Id: I2fea99d5a39816e78595215481b60ee51eb9182f
-
Narayan Kamath authored
-
Narayan Kamath authored
The instruction URL has been amended and a few additional details have been added. (cherry picked from 8c06afde) Change-Id: Icaffc3b13ed881ac7e29f2021ed31eb1f877a5ab
-
Narayan Kamath authored
-
Narayan Kamath authored
-
Torne (Richard Coles) authored
"GYP" class targets are used by external/chromium_org for gyp's "none" type. The processing in these targets needs a separate intermediate directory for the primary/secondary architecture, so add it to the list in intermediates-dir-for along with libraries/executables. Change-Id: Id05899c83b45ed0647dfbfa6b0b2e7f61b04348b
-
Nicolas Geoffray authored
-
- 01 Apr, 2014 4 commits
-
-
Dmitriy Ivanov authored
-
Dmitriy Ivanov authored
* Fix: my_target_global_ldflags is defined in binary.mk so they effectivelly override previous definition Change-Id: I9c7d9bde82c3a6d25a94ae109fa71ecaa33640b0
-
Tim Murray authored
-
Tim Murray authored
This is needed for self-hosting Clang/LLVM. bug 13588226 Change-Id: Ic98adc2b174b12ce046b7b65bbc28901a766a485
-