summaryrefslogtreecommitdiffstats
path: root/msm8998
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-07-14 14:40:49 +0900
committerJiyong Park <jiyong@google.com>2017-07-14 14:44:03 +0900
commit165d17febd10bcab81bbf70d52b724733caee237 (patch)
treeb42a426d60c50459da6f627c188c436721fb09fe /msm8998
parent2ad4b087e0ddb56494b2c494c1f8bf0282abda31 (diff)
downloadplatform_hardware_qcom_display-165d17febd10bcab81bbf70d52b724733caee237.tar.gz
platform_hardware_qcom_display-165d17febd10bcab81bbf70d52b724733caee237.tar.bz2
platform_hardware_qcom_display-165d17febd10bcab81bbf70d52b724733caee237.zip
Build libqdMetaData with BOARD_VNDK_VERSION
The header lib 'display_headers' exports headers under libgralloc1. However, headers at libgralloc1 is internally using libhardware_headers. Export this to the clients of display_headers. Bug: 37342627 Test: BOARD_VNDK_VERSION=current m -j libqdMetaData Change-Id: I2cdf699468aca3f9142e1ef5e756ec9f040e7a6e
Diffstat (limited to 'msm8998')
-rw-r--r--msm8998/include/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/msm8998/include/Android.mk b/msm8998/include/Android.mk
index 0b08c105..3848f6b7 100644
--- a/msm8998/include/Android.mk
+++ b/msm8998/include/Android.mk
@@ -22,6 +22,7 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) \
ifeq ($(TARGET_USES_GRALLOC1), true)
LOCAL_EXPORT_C_INCLUDE_DIRS += $(display_top)/libgralloc1
+ LOCAL_EXPORT_HEADER_LIBRARY_HEADERS := libhardware_headers
else
LOCAL_EXPORT_C_INCLUDE_DIRS += $(display_top)/libgralloc
endif