summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorChen Xu <fionaxu@google.com>2020-05-04 13:44:10 -0700
committerChen Xu <fionaxu@google.com>2020-05-18 19:23:32 -0700
commitb13ce2ffef290a7888ee56bf7e0193ba9546f757 (patch)
treecf8cf3e1fb11835aa19c0bf651b6e4f249c7d730 /CleanSpec.mk
parent61d712fbae40e94ad32953f2ca0c3a1266df832c (diff)
downloadCellBroadcastReceiver-b13ce2ffef290a7888ee56bf7e0193ba9546f757.tar.gz
write emergency alert histories to sms db
KR government requires to display emergency alert history inside SMS inbox. Right after emergency alerts being displayed to users, we will insert message to both cbr db and sms.inbox db, storing to the same thread. Bug: 144749813 Test: Manual test with different messager apps Change-Id: I2d2300f2fb4a9a57a5dff67d2343f9e39275f0da
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 43988c32d..c1ea9066f 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -48,6 +48,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/CellBroadcastReceiv
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/CellBroadcastAppPlatform)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/CellBroadcastApp)
+# Build finger print update in order to trigger default permission grant policy on incremental build
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/ETC/system_build_prop_intermediates/build.prop)
+
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************