[AWARE] Disable Wi-Fi Aware feature - cleanup

Clean-up feature enabling file from previous builds.

Bug: 33262597
Test: none
Change-Id: I3cb781dd374afe8325b419a630f441a4d304d8ce
diff --git a/CleanSpec.mk b/CleanSpec.mk
index d89a446..13b7e2a 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -76,3 +76,4 @@
 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {} \;)
 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {} \;)
 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {} \;)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.wifi.aware.xml)