Android: Add qca-vendor.h to be exported
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>
This commit is contained in:
parent
bb52293e71
commit
38ce8e2709
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue