aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Wiszkowski <ender@google.com>2017-06-29 09:17:07 -0700
committerPing-Hao Wu <pinghao@google.com>2017-11-03 16:05:08 +0000
commit8f1c9f6ada598859bd0dcfa670c519be4155ca8b (patch)
tree5a561f37e9ae61cce7e063cd0cb0345f41b17c97
parent1baeae285395d57b86dceece0302307ec0c7f4bb (diff)
downloadcuttlefish-8f1c9f6ada598859bd0dcfa670c519be4155ca8b.tar.gz
Rebuild wpa_supplicant.conf if the gen script is altered.
This change ensures that the wpa_supplicant.conf file will be rebuilt if the script generating the config file is altered. Change-Id: I628b98fc887a12355598306e6df35e725e1af8e3 (cherry picked from commit 907f92dde3e9d313d70fad0f8c72c5f764a7d169)
-rw-r--r--shared/config/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/config/Android.mk b/shared/config/Android.mk
index 4f002954d..57e5c0ec3 100644
--- a/shared/config/Android.mk
+++ b/shared/config/Android.mk
@@ -28,7 +28,7 @@ LOCAL_MULTILIB := first
include $(BUILD_SYSTEM)/base_rules.mk
-$(LOCAL_BUILT_MODULE):
+$(LOCAL_BUILT_MODULE): device/google/cuttlefish/shared/config/gen_wpa_supplicant_conf.sh
$(hide) echo "Generating $@"
$(hide) mkdir -p $(dir $@)
$(hide) device/google/cuttlefish/shared/config/gen_wpa_supplicant_conf.sh \