]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Android: Add qca-vendor.h to be exported
authorAmarnath Hullur Subramanyam <amarnath@qca.qualcomm.com>
Fri, 4 Apr 2014 20:40:58 +0000 (13:40 -0700)
committerJouni Malinen <j@w1.fi>
Thu, 10 Apr 2014 13:34:23 +0000 (16:34 +0300)
Add qca-vendor.h along with wpa_ctrl.h to be exported to
common staged location.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/Android.mk

index a60a26a5569526ab347054e67aee6b8a9239e9e4..c8fe1c2c8a84c42db4ca7ffad8d689086317b931 100644 (file)
@@ -1617,4 +1617,5 @@ LOCAL_C_INCLUDES = $(INCLUDES)
 LOCAL_SHARED_LIBRARIES := libcutils liblog
 LOCAL_COPY_HEADERS_TO := libwpa_client
 LOCAL_COPY_HEADERS := src/common/wpa_ctrl.h
+LOCAL_COPY_HEADERS += src/common/qca-vendor.h
 include $(BUILD_SHARED_LIBRARY)