summaryrefslogtreecommitdiffstats
path: root/target/product/embedded.mk
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-02-12 22:04:28 -0800
committerColin Cross <ccross@android.com>2014-02-13 16:23:33 -0800
commit381435353d160301bda40a533f782371109047cb (patch)
treea4d7e6c6df14b6e3f67ac77b5b6fc54dda666626 /target/product/embedded.mk
parente18cb93e48bb4dc250e30f5bd22df9590d0b60e8 (diff)
downloadbuild-381435353d160301bda40a533f782371109047cb.zip
build-381435353d160301bda40a533f782371109047cb.tar.gz
build-381435353d160301bda40a533f782371109047cb.tar.bz2
add linker64 and debuggerd64 to all products
Add linker64 and debuggerd64 to embedded.mk. They will be silently ignored on 32-bit builds, and filtered out on 32-bit sdk builds. Change-Id: I8c30ea65e2b7e224ee73cc9fbbcb7555d3be04b5
Diffstat (limited to 'target/product/embedded.mk')
-rw-r--r--target/product/embedded.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/product/embedded.mk b/target/product/embedded.mk
index d370af9..ada1323 100644
--- a/target/product/embedded.mk
+++ b/target/product/embedded.mk
@@ -22,6 +22,7 @@ PRODUCT_PACKAGES += \
adbd \
bootanimation \
debuggerd \
+ debuggerd64 \
dumpstate \
dumpsys \
gralloc.default \
@@ -58,6 +59,7 @@ PRODUCT_PACKAGES += \
libui \
libutils \
linker \
+ linker64 \
logcat \
logwrapper \
mkshrc \