Android-x86
Fork
捐款

  • R/O
  • HTTP
  • SSH
  • HTTPS

packages-apps-Launcher3: 提交

packages/apps/Launcher3


Commit MetaInfo

修訂030afe646723eac2fb6bc9932cecc7fef9e0f10a (tree)
時間2017-05-05 02:16:16
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Remove old apk in the priv-app dir

Launcher3 was changed to a non-privileged app.
The old apk must be removed.

Change Summary

差異

--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -52,6 +52,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_interm
5252 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/Launcher2.apk)
5353 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates)
5454 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/Launcher2.apk)
55+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/Launcher3)
5556
5657 # ************************************************
5758 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
Show on old repository browser