diff options
author | Jaesoo Lee <jaesoo@google.com> | 2017-04-28 18:29:40 +0900 |
---|---|---|
committer | Jaesoo Lee <jaesoo@google.com> | 2017-05-17 15:30:17 +0900 |
commit | 812e85e126ccf1d9d17aa7342dbb1ccf9404cc15 (patch) | |
tree | 026cda1d0fa099f20fd8f6ef966ba5755275db47 /CleanSpec.mk | |
parent | 33b92997c5016afc61f98927612cb4e2a634a0c3 (diff) | |
download | platform_hardware_interfaces-812e85e126ccf1d9d17aa7342dbb1ccf9404cc15.tar.gz platform_hardware_interfaces-812e85e126ccf1d9d17aa7342dbb1ccf9404cc15.tar.bz2 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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk index eeb4198cb6..01b5e7b7f9 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 $(call add-clean-step, rm -rf $(OUT)/soong/.intermediates/) $(call add-clean-step, rm -rf $(OUT_DIR)/soong/.intermediates/hardware/interfaces/) $(call add-clean-step, rm -rf $(OUT_DIR)/soong/.intermediates/hardware/interfaces/) +$(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 |