Merge "Remove nonexisting module names."
This commit is contained in:
commit
c47bea9dd9
3 changed files with 1 additions and 7 deletions
|
@ -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!)))
|
||||
|
|
|
@ -50,7 +50,6 @@ PRODUCT_PACKAGES += \
|
|||
libstdc++ \
|
||||
libstlport \
|
||||
libsurfaceflinger \
|
||||
libsurfaceflinger_client \
|
||||
libsurfaceflinger_ddmconnection \
|
||||
libsysutils \
|
||||
libthread_db \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue