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
This commit is contained in:
Colin Cross 2014-02-12 22:04:28 -08:00
parent e18cb93e48
commit 381435353d
1 changed files with 2 additions and 0 deletions

View File

@ -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 \