OSDN Git Service

Remove linker64 and debuggerd64
authorYing Wang <wangying@google.com>
Thu, 17 Jul 2014 20:59:59 +0000 (13:59 -0700)
committerYing Wang <wangying@google.com>
Thu, 17 Jul 2014 21:01:12 +0000 (14:01 -0700)
We don't have separate *64 module names any more.
Now both 32-bit and 64-bit variants are built under the same module name.

Change-Id: I1956a6a88ec6fe280798be01928239d098dfe27a

core/main.mk
target/product/embedded.mk

index c65fe3c..8868768 100644 (file)
@@ -768,10 +768,6 @@ ifdef is_sdk_build
   $(foreach m, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES), \
     $(if $(strip $(ALL_MODULES.$(m).INSTALLED) $(ALL_MODULES.$(m)$(TARGET_2ND_ARCH_MODULE_SUFFIX).INSTALLED)),,\
       $(eval dangling_modules += $(m))))
-  ifneq ($(TARGET_IS_64_BIT),true)
-    # We know those 64-bit modules don't exist in the 32-bit SDK build.
-    dangling_modules := $(filter-out %64,$(dangling_modules))
-  endif
   ifneq ($(dangling_modules),)
     $(error Module names '$(dangling_modules)' in PRODUCT_PACKAGES has nothing to install!)
   endif
index cfac003..29d3ada 100644 (file)
@@ -22,7 +22,6 @@ PRODUCT_PACKAGES += \
     adbd \
     bootanimation \
     debuggerd \
-    debuggerd64 \
     dumpstate \
     dumpsys \
     gralloc.default \
@@ -56,7 +55,6 @@ PRODUCT_PACKAGES += \
     libui \
     libutils \
     linker \
-    linker64 \
     logcat \
     logwrapper \
     mkshrc \