- 24 Apr, 2014 20 commits
-
-
Dianne Hackborn authored
Use this to have both L and KKWT. Change-Id: I78cd5ed2dcffab9e93030184ba6f9eb9a6a3cba5
-
Elliott Hughes authored
* commit 'bb21bfb0': Leave 'linux' defined on x86/x86-64, like arm.
-
Elliott Hughes authored
* commit '439f279d': Leave 'linux' defined on mips/mips64, like arm.
-
Elliott Hughes authored
* commit '7cad688e': Leave 'linux' defined on x86/x86-64, like arm.
-
Elliott Hughes authored
* commit '847fd031': Leave 'linux' defined on x86/x86-64, like arm.
-
Elliott Hughes authored
* commit '62911d47': Leave 'linux' defined on mips/mips64, like arm.
-
Elliott Hughes authored
* commit '1076c568': Leave 'linux' defined on mips/mips64, like arm.
-
Elliott Hughes authored
-
Elliott Hughes authored
-
Torne (Richard Coles) authored
am 04a6aa26: am 081c1c59: am 3467048f: Merge "Remove chromium_org and webview from the 64-bit blacklist." * commit '04a6aa26': Remove chromium_org and webview from the 64-bit blacklist.
-
Torne (Richard Coles) authored
* commit '081c1c59': Remove chromium_org and webview from the 64-bit blacklist.
-
Torne (Richard Coles) authored
* commit '3467048f': Remove chromium_org and webview from the 64-bit blacklist.
-
Torne (Richard Coles) authored
-
Andrew Hsieh authored
am aabe27cc: am 9754735f: am db55f602: Merge "Switch to new host prebuilt x86_64-linux-glibc2.11-4.6" * commit 'aabe27cc': Switch to new host prebuilt x86_64-linux-glibc2.11-4.6
-
Torne (Richard Coles) authored
external/chromium_org has been updated to handle 64-bit architectures correctly in its makefiles; remove it from the blacklist so we can start experimenting with building a 64/32 multilib version. Change-Id: Ieb0e4f3cfea1578e01954c4656df90cd8d36b8cc
-
Andrew Hsieh authored
* commit '9754735f': Switch to new host prebuilt x86_64-linux-glibc2.11-4.6
-
Elliott Hughes authored
Change-Id: Idf1e781c34d45d1e20b7e5542d79201ae93668fe
-
Elliott Hughes authored
Change-Id: I53013a45c19a643a985de3f339b8b3f8f4dc39d2
-
Andrew Hsieh authored
* commit 'db55f602': Switch to new host prebuilt x86_64-linux-glibc2.11-4.6
-
Andrew Hsieh authored
-
- 23 Apr, 2014 5 commits
-
-
Andrew Hsieh authored
Change-Id: I763398d523bf4851a13722f72b12ec69d7a4bb4f
-
Ying Wang authored
-
- 22 Apr, 2014 7 commits
-
-
Lajos Molnar authored
-
Ian Rogers authored
Change-Id: I2ff1be499d3c4a5c7da3b016c63a519edcda458f
-
Tim Murray authored
Change-Id: I1813954681b670807d7e3faaf6d5f5a769cc5f2e
-
Ian Rogers authored
* commit 'f1d5dcdd': Make the zygote 64-bit for the x86-64 emulator.
-
Ian Rogers authored
* commit '850299f6': Make the zygote 64-bit for the x86-64 emulator.
-
Ian Rogers authored
-
Lajos Molnar authored
This app is no longer supported as there are 3rd party video editing apps, such as Google+ Video Editor. Bug: 13542518 Change-Id: Ib3a4e2e7d3e261e12355650fc4db62ac59daef8e
-
- 21 Apr, 2014 2 commits
-
-
Ying Wang authored
-
- 19 Apr, 2014 3 commits
-
-
Ying Wang authored
Use LOCAL_PREBUILT_JNI_LIBS to install prebuilt JNI libraries extracted from the prebuilt apk, or prebuilts as source, to the app specific lib path. LOCAL_PREBUILT_JNI_LIBS accepts 2 kinds of files: - Files like @path/to/libfoo.so (path inside the apk) are JNI libs extracted from the prebuilt apk. In this case, all embedded JNI libs inside the prebuilt apk are stripped. - Files like path/to/libfoo.so (path relative to LOCAL_PATH) are prebuilts in the source tree. Those prebuilt JNI libs are not defined as modules in the build system, so this works around possible module name conflict. Bug: 13170859 Change-Id: I91bb844cc11b3621a85733bc7e8910f168957ef0
-
Ian Rogers authored
Change-Id: I4ad5d1ef2406e947176c8e180822b25c04fc83f0
-
- 18 Apr, 2014 3 commits
-
-
Ying Wang authored
-
Ying Wang authored
Previously we have to use LOCAL_REQUIRED_MODULES to install jni libraries for an apk in bundled build. With this change, we'll use LOCAL_JNI_SHARED_LIBRARIES alone to install jni shared libraries. The new rules are: - If we are doing unbundled build, or the apk isn't going to be installed to system partitions, we'll embed the jni libs in the built apk. - Otherwise, the jni libraries will be installed to the system lib path, and symlinks created in the app specific lib path. Change-Id: Id6bd5301eb632bda3593664acee580f0d8b1d5d4