aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorAlistair Delva <adelva@google.com>2020-10-01 23:17:35 -0700
committerAlistair Delva <adelva@google.com>2021-03-16 14:36:46 +0000
commita4eb6da832d54c7b0432b0734c76d54ad1937c73 (patch)
treeeccc3e07c76a9839cb86308e7f5fed37f44ace15 /Android.mk
parent40a660259a8ac9ec5e49010570ee68f4c7229cc7 (diff)
downloadcuttlefish-a4eb6da832d54c7b0432b0734c76d54ad1937c73.tar.gz
Remove Android.mk files from shared/*
Move to using the generic wpa_supplicant.conf. This wasn't being used originally to control the device and model name, but for wireless clients this won't have any effect on our current stack, as the 802.11 frame is stripped away, so just remove the extra complexity. Change-Id: Id3dfae826f85235dbec3908e54bba176592e718c Merged-In: Id3dfae826f85235dbec3908e54bba176592e718c
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 94584ccd6..6b5ab611b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -20,5 +20,4 @@ include $(LOCAL_PATH)/fetcher.mk
include $(CLEAR_VARS)
include $(LOCAL_PATH)/host_package.mk
-include $(call first-makefiles-under,$(LOCAL_PATH))
endif