diff options
author | Naseer Ahmed <naseer@codeaurora.org> | 2018-03-27 19:53:30 -0400 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-04-25 13:38:03 -0700 |
commit | 843b7994f4717b5667546638a356f528a8eb233c (patch) | |
tree | dad88b6f836a584ff0b55cf93429f92ad1589191 /liblight | |
parent | a5c7343dd61c2981d8b230d10b945b61ded8a3ba (diff) |
display: VNDK header fixes
Change-Id: Id7604ac803e49940aa2b49e106b414b4be1a25ad
Diffstat (limited to 'liblight')
-rw-r--r-- | liblight/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/liblight/Android.mk b/liblight/Android.mk index 197a1a42..cf53b2c4 100644 --- a/liblight/Android.mk +++ b/liblight/Android.mk @@ -23,6 +23,7 @@ LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/qdcm/inc LOCAL_SRC_FILES := lights.c lights_prv.cpp LOCAL_MODULE_RELATIVE_PATH := hw LOCAL_SHARED_LIBRARIES := liblog libcutils libsdm-disp-vndapis +LOCAL_HEADER_LIBRARIES := libhardware_headers LOCAL_CFLAGS := -DLOG_TAG=\"qdlights\" ifeq ($(LLVM_SA), true) LOCAL_CFLAGS += --compile-and-analyze --analyzer-perf --analyzer-Werror |