Move Launcher3QuickStep 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: boot aosp_arm64 emulator
Change-Id: Id21e610844c4001e40456263bcb3b4b3fde75962
This commit is contained in:
Anton Hansson
2019-01-11 14:58:03 +00:00
parent b7d8cd1e48
commit b4f38deaa7
2 changed files with 3 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_interm
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/Launcher2.apk)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/Launcher2.apk)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/Launcher3QuickStep)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST