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

Commit 596395bb authored by Christopher Tate's avatar Christopher Tate
Browse files

Clean up /system/app -> /system/priv-app in incremental builds

Change-Id: Ib5596532e042e11cb1227d8a33367d24a3163431
parent 6de9dd93
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -178,6 +178,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*)

# Clean up around the /system/app -> /system/priv-app migration
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/*)

# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************