OSDN Git Service

Remove ApplicationsProvider.
authorMathew Inwood <mathewi@google.com>
Wed, 21 Aug 2013 10:13:18 +0000 (11:13 +0100)
committerMathew Inwood <mathewi@google.com>
Wed, 21 Aug 2013 16:34:34 +0000 (17:34 +0100)
ApplicationsProvider is going away since it's no longer needed. Remove it
from the build config.

Also add cleansteps to remove the APK & intermediates.

Bug: 10407790
Change-Id: I0b273d22e309822fde6d753b541f7ac648607b4e

CleanSpec.mk
target/product/core_minimal.mk

index d4024cf..ae0e5eb 100644 (file)
@@ -184,6 +184,10 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/*)
 # Clean up old location of generated Java files from aidl
 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src)
 
+# Clean up ApplicationsProvider which is being removed.
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/ApplicationsProvider_intermediates)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/ApplicationsProvider.apk)
+
 # ************************************************
 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
 # ************************************************
index 04e05a4..1915e3c 100644 (file)
@@ -23,7 +23,6 @@ PRODUCT_DEVICE := generic
 PRODUCT_NAME := core
 
 PRODUCT_PACKAGES += \
-    ApplicationsProvider \
     BackupRestoreConfirmation \
     DownloadProvider \
     DownloadProviderUi \