summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorBowgo Tsai <bowgotsai@google.com>2018-03-29 13:30:08 +0800
committerBowgo Tsai <bowgotsai@google.com>2018-03-29 15:05:33 +0800
commitdfded418498249d194f6cc85e15698e6a805bd0e (patch)
tree25da5fd3b2ebc7042ec005ddce91e322c581a5da /CleanSpec.mk
parentd810b7eed1cc17f15a8690b1e6d52437fcabbda2 (diff)
downloadbonito-dfded418498249d194f6cc85e15698e6a805bd0e.tar.gz
Temporarily disable product.img
Re-lands this when OTA support for /product is ready. Bug: 70673785 Test: Booted a blueline Change-Id: Idddd37fea1eaf21af29c3a8509b1f2190b1b8531
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 71394f1f..37eeaa21 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -55,3 +55,8 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/vndk-sp/libz.so)
# Remove Vibrator HAL 1.1
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.vibrator@1.1-service.crosshatch.rc)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.vibrator@1.1-service.crosshatch)
+
+# Remove /product mount point
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/product)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/product)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/product)