Merge "Remove nonexisting module names."

This commit is contained in:
Ying Wang 2013-03-08 02:30:48 +00:00 committed by Gerrit Code Review
commit c47bea9dd9
3 changed files with 1 additions and 7 deletions

View file

@ -643,7 +643,7 @@ ifdef is_sdk_build
# TODO: Should we do this for all builds and not just the sdk?
$(foreach m, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES), \
$(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
$(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES has nothing to install!)))
$(error $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES has nothing to install!)))
$(foreach m, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_DEBUG), \
$(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
$(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))

View file

@ -50,7 +50,6 @@ PRODUCT_PACKAGES += \
libstdc++ \
libstlport \
libsurfaceflinger \
libsurfaceflinger_client \
libsurfaceflinger_ddmconnection \
libsysutils \
libthread_db \

View file

@ -37,11 +37,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
egl.cfg \
gles_emul.cfg \
libGLESv1_CM_emul \
libGLESv2_emul \
libEGL_emul \
libut_rendercontrol_enc \
gralloc.goldfish \
libGLESv1_CM_emulation \
lib_renderControl_enc \