summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-04-17 17:54:27 -0700
committerSteven Moreland <smoreland@google.com>2017-04-19 18:38:47 -0700
commit2cb24538b7e7339425b7de8b69a6db7d361be4c8 (patch)
tree71a28f397c4322205cb6dbf318ff34d04b4a0cd2
parentf311f130d16af02a933669e3f0907d51f5805009 (diff)
libwifi-hal-common: Work with BOARD_VNDK_VERSION
Added explicit cutils header include. Test: works with BOARD_VNDK_VERSION := current Bug: 33241851 (cherry picked from commit 0d73ef471e51b10c8c7cabbb847678392871c589) Merged-In: I168b682bd5547287f1346008f1256842f3485048 Change-Id: I168b682bd5547287f1346008f1256842f3485048
-rw-r--r--libwifi_hal/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libwifi_hal/Android.mk b/libwifi_hal/Android.mk
index 77f4e59ff..b06171f1d 100644
--- a/libwifi_hal/Android.mk
+++ b/libwifi_hal/Android.mk
@@ -68,6 +68,7 @@ LOCAL_VENDOR_MODULE := true
LOCAL_CFLAGS := $(wifi_hal_cflags)
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
LOCAL_SHARED_LIBRARIES := libbase
+LOCAL_HEADER_LIBRARIES := libcutils_headers
LOCAL_SRC_FILES := wifi_hal_common.cpp
include $(BUILD_STATIC_LIBRARY)