Go to file
Brian Carlstrom 85455b6cce Make default 64-bit primary, 32-bit secondary
This is required to get aarch64 & x86_64 emulators booting
on lmp-preview-dev. Without this change, the system_server
is a 32 bit process but java only apps that use the
"android.uid.system" shared UID are dex2oated to 64 bit and
won't work correctly.

The correct fix needs build system changes, so this is the
easiest fix for now.

Note that this happens to work on volantis because the package
manager adjusts their ABI correctly during boot. That can't
happen on emulators because of dex-preopt; dex2oat can't oatify
a dex file from inside an existing oat file.

(cherry picked from commit d795046319)

Change-Id: Id94bcc382e90b279e726f2d1d0350fc60a5020df
2014-06-20 14:24:32 +01:00
core Make default 64-bit primary, 32-bit secondary 2014-06-20 14:24:32 +01:00
libs/host Support host multilib build 2014-05-14 16:55:04 -07:00
target Make default 64-bit primary, 32-bit secondary 2014-06-20 14:24:32 +01:00
tools am 29498430: am a8fcb35e: am e0968f0e: am c426499e: add 2x version of logo for sticky bar 2014-05-20 18:16:17 +00:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
CleanSpec.mk Make default 64-bit primary, 32-bit secondary 2014-06-20 14:24:32 +01:00
buildspec.mk.default Remove WEBCORE_INSTRUMENTATION and ENABLE_SVG 2013-07-25 15:52:17 -07:00
envsetup.sh Support to build 64-bit unbundled binaries. 2014-05-29 17:57:40 -07:00