aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiyong Park2017-07-11 06:09:44 -0500
committerDan Willemsen2017-10-19 18:45:03 -0500
commitc6ebab75df64ad6ff2be83cd53bb7d02955d7438 (patch)
tree58d86b46a4e78e496f15979dcf5c0f66b21c8bd4 /tests/proptest
parent36def26b34cb8d7a133d8eb9bdeea00767dffbb8 (diff)
downloadexternal-libgbm-c6ebab75df64ad6ff2be83cd53bb7d02955d7438.tar.gz
external-libgbm-c6ebab75df64ad6ff2be83cd53bb7d02955d7438.tar.xz
external-libgbm-c6ebab75df64ad6ff2be83cd53bb7d02955d7438.zip
Build libdrm* modules with BOARD_VNDK_VERSION
They are marked as vendor module since they all are depending on libdrm, which is a vendor lib. Also, libdrm_platform is newly introduced as the platform version of libdrm. Bug: 37342627 Bug: 63741047 Test: BOARD_VNDK_VERSION=current m -j libdrm_amdgpu libdrm_etnaviv libdrm_freedreno libdrm_intel libdrm_nouveau libdrm_radeon libdrm_rockchip libdrm_tegra libkms modetest atomictest planetest Change-Id: Ic1ff6fb616f406f1c5e005d3e6f6039758d62315 Merged-In: Ic1ff6fb616f406f1c5e005d3e6f6039758d62315
Diffstat (limited to 'tests/proptest')
-rw-r--r--tests/proptest/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/proptest/Android.mk b/tests/proptest/Android.mk
index 588fbed2..eaada3b1 100644
--- a/tests/proptest/Android.mk
+++ b/tests/proptest/Android.mk
@@ -7,7 +7,7 @@ LOCAL_SRC_FILES := $(PROPTEST_FILES)
7 7
8LOCAL_MODULE := proptest 8LOCAL_MODULE := proptest
9 9
10LOCAL_SHARED_LIBRARIES := libdrm 10LOCAL_SHARED_LIBRARIES := libdrm_platform
11LOCAL_STATIC_LIBRARIES := libdrm_util 11LOCAL_STATIC_LIBRARIES := libdrm_util
12 12
13LOCAL_C_INCLUDES := $(LOCAL_PATH)/.. 13LOCAL_C_INCLUDES := $(LOCAL_PATH)/..