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

Commit 89840985 authored by Anton Hansson's avatar Anton Hansson
Browse files

Move Contacts to /product

This app is frequently overriden by proprietary apps
on shipping devices, so move it to /product.

Also make it depend on its privapp permission grants.

Bug: 122353713
Test: launch contacts on aosp_arm64 emulator
Change-Id: I71b4432d6ada09f8d0175491f12a3225aa9f21f1
parent 897d0e46
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -37,7 +37,9 @@ LOCAL_AAPT_FLAGS := \

LOCAL_PACKAGE_NAME := Contacts
LOCAL_CERTIFICATE := shared
LOCAL_PRODUCT_MODULE := true
LOCAL_PRIVILEGED_MODULE := true
LOCAL_REQUIRED_MODULES := privapp_whitelist_com.android.contacts

LOCAL_PROGUARD_FLAG_FILES := proguard.flags

+2 −2
Original line number Diff line number Diff line
@@ -43,8 +43,8 @@
#$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
#$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)

$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Contacts_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/Contacts)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Contacts_intermediates)