summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-03-27 19:44:29 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-27 19:44:29 +0000
commitb11deb0eaea8dcf4f7621a7f60f7768520cdda5f (patch)
tree777592bb906a02b20257fb03eaab0084091d962a
parentb3eef60c364f76afabedcff10b4a7b6c6e8ab39d (diff)
parentf227328e933dc826c7dabe4ed576f832d7313924 (diff)
downloadvr-b11deb0eaea8dcf4f7621a7f60f7768520cdda5f.tar.gz
Make vr.$TARGET_BOARD_PLATFORM build with the VNDK. am: 7940454756
am: f227328e93 Change-Id: Ib0101012010b01450c42001a61cddbeffe24f4be
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 99df099..6e43edd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -30,6 +30,7 @@ ifeq ($(call is-board-platform-in-list,sdm845), true)
LOCAL_SRC_FILES += vr-845.c
endif
+LOCAL_HEADER_LIBRARIES := libhardware_headers
LOCAL_SHARED_LIBRARIES := liblog libcutils
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS += -Wno-unused-parameter