summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaesoo Lee2017-04-28 04:29:40 -0500
committerJaesoo Lee2017-05-17 01:30:17 -0500
commit812e85e126ccf1d9d17aa7342dbb1ccf9404cc15 (patch)
tree026cda1d0fa099f20fd8f6ef966ba5755275db47 /CleanSpec.mk
parent33b92997c5016afc61f98927612cb4e2a634a0c3 (diff)
downloadplatform-hardware-interfaces-812e85e126ccf1d9d17aa7342dbb1ccf9404cc15.tar.gz
platform-hardware-interfaces-812e85e126ccf1d9d17aa7342dbb1ccf9404cc15.tar.xz
platform-hardware-interfaces-812e85e126ccf1d9d17aa7342dbb1ccf9404cc15.zip
configstore: configstore HAL is up-revisioned to 1.1
This change provides a reference implementation of the configstore HAL v1.1. Bug: 37727469 Test: Built sailfish-userdebug and configstore-1.1 works Change-Id: I75e7fd1da8e90ae48d779a3ba28957c5a93a5529
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index eeb4198c..01b5e7b7 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -55,3 +55,4 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/init/android.hardware.bl
55$(call add-clean-step, rm -rf $(OUT)/soong/.intermediates/) 55$(call add-clean-step, rm -rf $(OUT)/soong/.intermediates/)
56$(call add-clean-step, rm -rf $(OUT_DIR)/soong/.intermediates/hardware/interfaces/) 56$(call add-clean-step, rm -rf $(OUT_DIR)/soong/.intermediates/hardware/interfaces/)
57$(call add-clean-step, rm -rf $(OUT_DIR)/soong/.intermediates/hardware/interfaces/) 57$(call add-clean-step, rm -rf $(OUT_DIR)/soong/.intermediates/hardware/interfaces/)
58$(call add-clean-step, find $(PRODUCT_OUT)/system $(PRODUCT_OUT)/vendor -type f -name "android\.hardware\.configstore*" -print0 | xargs -0 rm -f) \ No newline at end of file