Add exported includes to libwpa_client
This is the first step to removing LOCAL_COPY_HEADERS in this module,
and is sufficient to replace the use in frameworks/opt/net/wifi. Once
all the other users as satisfied, the LOCAL_COPY_HEADERS will be
removed.
Test: lunch aosp_angler-eng; m -j native
Change-Id: Iab5736cfdb4652933d44b66acf247f5e57b6e344
diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk
index a8d6a7f..02987d1 100644
--- a/wpa_supplicant/Android.mk
+++ b/wpa_supplicant/Android.mk
@@ -1638,6 +1638,7 @@
LOCAL_COPY_HEADERS_TO := libwpa_client
LOCAL_COPY_HEADERS := src/common/wpa_ctrl.h
LOCAL_COPY_HEADERS += src/common/qca-vendor.h
+LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/wpa_client_include
include $(BUILD_SHARED_LIBRARY)
ifeq ($(WPA_SUPPLICANT_USE_BINDER), y)