diff options
author | 2019-12-11 04:22:02 +0000 | |
---|---|---|
committer | 2019-12-11 04:22:02 +0000 | |
commit | ec955881344b548f17459cddaf4c2a6b8fd87aff (patch) | |
tree | 5c3ad4c46a8654f10fbf7e637577bbe1137d0d3c | |
parent | b5144d4c593490528ae5738584e153e650e31469 (diff) | |
parent | 85f60f83077d2484fca1b12811d4edcff28150d8 (diff) |
Merge "Change all cf_common paths to cuttlefish paths" am: 3b500a7ec3 am: 85f60f8307
Change-Id: I18b7021f769b0adc775d622912aa773ff8874312
-rw-r--r-- | target/product/cfi-common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/product/cfi-common.mk b/target/product/cfi-common.mk index 7a53bc1dce..42edd9246a 100644 --- a/target/product/cfi-common.mk +++ b/target/product/cfi-common.mk @@ -17,7 +17,7 @@ # This is a set of common components to enable CFI for (across # compatible product configs) PRODUCT_CFI_INCLUDE_PATHS := \ - device/google/cuttlefish_common/guest/libs/wpa_supplicant_8_lib \ + device/google/cuttlefish/guest/libs/wpa_supplicant_8_lib \ device/google/wahoo/wifi_offload \ external/tinyxml2 \ external/wpa_supplicant_8 \ |