wifi adapter cleanspec
hidl-gen -L c++-adapter-main doesn't create a proper depfile or have other dependencies listed, and so the intermediates aren't getting updated. This only causes compilation problems when an interface is removed, but may break tests when interfaces are added. Fixes: 146227852 Test: reproduce error and use cleanspec to fix it Change-Id: Ia2c5c30355eb2da9abbf32a9a000f41c3b4461b8
This commit is contained in:
parent
2cd382b9c3
commit
755bad2ce6
1 changed files with 1 additions and 0 deletions
|
@ -84,3 +84,4 @@ $(call add-clean-step, rm -f $(PRODUCT_OUT)/etc/init/android.hardware.audio@2.0-
|
|||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.cas@1.1*)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.cas@1.1*)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/vintf/manifest/android.hardware.cas@1.1*)
|
||||
$(call add-clean-step, rm -rf $(OUT_DIR)/soong/.intermediates/hardware/interfaces/wifi/1.4/android.hardware.wifi@1.4-adapter_genc++/)
|
||||
|
|
Loading…
Reference in a new issue