From 381435353d160301bda40a533f782371109047cb Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 12 Feb 2014 22:04:28 -0800 Subject: [PATCH] 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 --- target/product/embedded.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/product/embedded.mk b/target/product/embedded.mk index d370af916..ada1323ba 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 \