aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Klaassen2018-12-12 11:23:09 -0600
committerJustin Klaassen2019-01-10 00:30:55 -0600
commit6900aa21448012ea34914d4580c4fd4acce32504 (patch)
treefaadcb3fa5d61b5c6c556a47f73d0eb21e4ec1ad
parenteeeb9f96c8995c6c8213cb13a790296281291665 (diff)
downloadplatform-build-6900aa21448012ea34914d4580c4fd4acce32504.tar.gz
platform-build-6900aa21448012ea34914d4580c4fd4acce32504.tar.xz
platform-build-6900aa21448012ea34914d4580c4fd4acce32504.zip
Remove ExactCalculator module
Individual products can add their own calculator package if desired. Bug: 120905067 Test: lunch aosp_arm64 && make -j8 Merged-In: I60490b6e2a42c4304768075e8fef9f07cb72d268 Change-Id: I60490b6e2a42c4304768075e8fef9f07cb72d268
-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