aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorKanchanapally, Vidyullatha <vkanchan@qti.qualcomm.com>2016-02-01 14:24:44 +0530
committerVidyullatha Kanchanapally <vidyullatha@codeaurora.org>2016-02-02 19:28:00 +0530
commitd2ce014bfc8f7100b5872aebafd0142689df23d3 (patch)
tree7015a6a23e81a1f31d7862abe22068751e9d22cf /Android.mk
parent6d8488e0d201f36bc9b8388dc66bdce910bbbbc6 (diff)
downloadandroid_external_wpa_supplicant_8-d2ce014bfc8f7100b5872aebafd0142689df23d3.tar.gz
android_external_wpa_supplicant_8-d2ce014bfc8f7100b5872aebafd0142689df23d3.tar.bz2
android_external_wpa_supplicant_8-d2ce014bfc8f7100b5872aebafd0142689df23d3.zip
Generate hs20-osu-client as part of compilation
Add makefile change to generate hs20-osu-client as part of wpa_supplicant_8 build. Change-Id: I4435242fa6767b4662894ac23d8c2b72f242851e CRs-Fixed: 970948
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index bd7a4097..dd3236c6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -6,5 +6,6 @@ ifneq ($(filter VER_0_8_X VER_2_1_DEVEL,$(WPA_SUPPLICANT_VERSION)),)
# end of each Android.mk, so that one Android.mk doesn't depend on variables
# set up in the other Android.mk.
include $(LOCAL_PATH)/hostapd/Android.mk \
- $(LOCAL_PATH)/wpa_supplicant/Android.mk
+ $(LOCAL_PATH)/wpa_supplicant/Android.mk \
+ $(LOCAL_PATH)/hs20/client/Android.mk
endif