aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot2019-01-10 21:14:39 -0600
committerGerrit Code Review2019-01-10 21:14:39 -0600
commit8a7fb942e92705fb8a320a17277e5ba63ce89016 (patch)
tree9ded9443d70ff93a3f00387a1912f9690367c1cc
parent546550e0954db00f0129a5ec9b66cfba4bc98d91 (diff)
parent6900aa21448012ea34914d4580c4fd4acce32504 (diff)
downloadplatform-build-8a7fb942e92705fb8a320a17277e5ba63ce89016.tar.gz
platform-build-8a7fb942e92705fb8a320a17277e5ba63ce89016.tar.xz
platform-build-8a7fb942e92705fb8a320a17277e5ba63ce89016.zip
Merge "Remove ExactCalculator module"
-rw-r--r--CleanSpec.mk3
-rw-r--r--target/product/handheld_system.mk2
2 files changed, 3 insertions, 2 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index b06a87b12..b32868eab 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -529,6 +529,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/perfprofd)
529$(call add-clean-step, find system/app system/priv-app system/framework system_other -depth -type d -print0 | xargs -0 rmdir) 529$(call add-clean-step, find system/app system/priv-app system/framework system_other -depth -type d -print0 | xargs -0 rmdir)
530$(call add-clean-step, rm -f .d) 530$(call add-clean-step, rm -f .d)
531 531
532# Remove obsolete apps
533$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/*)
534
532# ************************************************ 535# ************************************************
533# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST 536# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
534# ************************************************ 537# ************************************************
diff --git a/target/product/handheld_system.mk b/target/product/handheld_system.mk
index acafe802d..0a763fb2a 100644
--- a/target/product/handheld_system.mk
+++ b/target/product/handheld_system.mk
@@ -46,7 +46,6 @@ PRODUCT_PACKAGES += \
46 DocumentsUI \ 46 DocumentsUI \
47 DownloadProviderUi \ 47 DownloadProviderUi \
48 EasterEgg \ 48 EasterEgg \
49 ExactCalculator \
50 ExternalStorageProvider \ 49 ExternalStorageProvider \
51 FusedLocation \ 50 FusedLocation \
52 InputDevices \ 51 InputDevices \
@@ -86,4 +85,3 @@ PRODUCT_PROPERTY_OVERRIDES += \
86 ro.carrier=unknown \ 85 ro.carrier=unknown \
87 ro.config.notification_sound=OnTheHunt.ogg \ 86 ro.config.notification_sound=OnTheHunt.ogg \
88 ro.config.alarm_alert=Alarm_Classic.ogg 87 ro.config.alarm_alert=Alarm_Classic.ogg
89