Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11872e25 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am c47bea9d: Merge "Remove nonexisting module names."

* commit 'c47bea9d':
  Remove nonexisting module names.
parents b95a4ed6 c47bea9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -643,7 +643,7 @@ ifdef is_sdk_build
  # TODO: Should we do this for all builds and not just the sdk?
  # TODO: Should we do this for all builds and not just the sdk?
  $(foreach m, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES), \
  $(foreach m, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES), \
    $(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
    $(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), \
  $(foreach m, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_DEBUG), \
    $(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
    $(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
      $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))
      $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))
+0 −1
Original line number Original line Diff line number Diff line
@@ -50,7 +50,6 @@ PRODUCT_PACKAGES += \
    libstdc++ \
    libstdc++ \
    libstlport \
    libstlport \
    libsurfaceflinger \
    libsurfaceflinger \
    libsurfaceflinger_client \
    libsurfaceflinger_ddmconnection \
    libsurfaceflinger_ddmconnection \
    libsysutils \
    libsysutils \
    libthread_db \
    libthread_db \
+0 −5
Original line number Original line Diff line number Diff line
@@ -37,11 +37,6 @@ PRODUCT_PACKAGES += \


PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
    egl.cfg \
    egl.cfg \
    gles_emul.cfg \
    libGLESv1_CM_emul \
    libGLESv2_emul \
    libEGL_emul \
    libut_rendercontrol_enc \
    gralloc.goldfish \
    gralloc.goldfish \
    libGLESv1_CM_emulation \
    libGLESv1_CM_emulation \
    lib_renderControl_enc \
    lib_renderControl_enc \