diff options
author | Narayan Kamath <narayan@google.com> | 2014-05-21 12:44:37 +0100 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2014-05-27 12:12:00 +0100 |
commit | 62da5fd16104c9f4db2b5b78e48269841ec98b2c (patch) | |
tree | 90e4a5d6845264ed7afe40b4fc4e41c593f44d76 /target/board | |
parent | 214c53a0229ff86e3c7c55046ba1216e3d0ee844 (diff) | |
download | build-62da5fd16104c9f4db2b5b78e48269841ec98b2c.zip build-62da5fd16104c9f4db2b5b78e48269841ec98b2c.tar.gz build-62da5fd16104c9f4db2b5b78e48269841ec98b2c.tar.bz2 |
Switch x86_64 emulator to 64 bit primary.
Also siezes the opportunity to remove the hardcoded
TARGET_PREFER_32_BIT_APPS directing in core_64_bit.mk.
This avoids the need for further hacks but needs supporting
changes to a few apps to force them to 32 bit.
Change-Id: I36ba9e5f5b08dd87d6a4afc27961a436306eed99
Diffstat (limited to 'target/board')
-rwxr-xr-x | target/board/generic_x86_64/device.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/board/generic_x86_64/device.mk b/target/board/generic_x86_64/device.mk index 5b002bd..089f584 100755 --- a/target/board/generic_x86_64/device.mk +++ b/target/board/generic_x86_64/device.mk @@ -25,8 +25,7 @@ PRODUCT_PROPERTY_OVERRIDES := \ PRODUCT_COPY_FILES := \ device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ device/generic/goldfish/camera/media_profiles.xml:system/etc/media_profiles.xml \ - device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml \ - system/core/rootdir/init.zygote64.rc:root/init.zygote64.rc + device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml PRODUCT_PACKAGES := \ audio.primary.goldfish \ |