From b756dd2c4a5648f4eead95c67dd1b64297344e3c Mon Sep 17 00:00:00 2001 From: Rick Yiu Date: Thu, 11 Oct 2018 14:17:34 +0800 Subject: bonito: remove VR related settings Including thermal engine vr configs, vr hal and services, and vr related file nodes. Test: local build could boot to home Bug: 112064298 Change-Id: I6fb0bbe9c558e75027e18a4e4bcbf2aa828c006b Signed-off-by: Rick Yiu --- CleanSpec.mk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CleanSpec.mk') diff --git a/CleanSpec.mk b/CleanSpec.mk index 2a3e8560..475b3147 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -123,6 +123,14 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/include) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.secure_element@1.0-service.rc) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.secure_element@1.0-service) +# Remove VR related files +$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/thermal-engine-sargo-vr.conf) +$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/thermal-engine-bonito-vr.conf) +$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.vr@1.0-service.bonito.rc) +$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/permissions/android.hardware.vr.headtracking.xml) +$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/permissions/android.hardware.vr.high_performance.xml) +$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.vr@1.0-service.bonito) + # Remove /product mount point $(call add-clean-step, rm -rf $(PRODUCT_OUT)/product) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/product) -- cgit v1.2.3