QSAP: use vendor path for default hostapd files.
This redefines macros to use "/data/vendor/wifi/hostapd/" path for read/write/update hostapd configuration parameters. Additionaly, it creates libqsap_headers which other modules can use to refer/include *.h files in this project. Change-Id: Ice64e5a56a69882b001b2f3bcd99ba0f91ffc8a2 CRs-Fixed: 2244795
This commit is contained in:
@@ -72,3 +72,8 @@ LOCAL_HEADER_LIBRARIES := libcutils_headers
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libqsap_headers
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
|
||||
LOCAL_PROPRIETARY_MODULE := true
|
||||
include $(BUILD_HEADER_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user