aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring2017-09-15 08:45:59 -0500
committerRob Herring2017-10-09 09:22:35 -0500
commit011fd913b445b5e17148c37d169396c39eced3df (patch)
treea6852bf91516fe7d44261be3452c2fabd66d4cdd /Android.common.mk
parent2ecafcae8a215d9994fb26a122d97bcb5437c5e8 (diff)
downloadexternal-libdrm-011fd913b445b5e17148c37d169396c39eced3df.tar.gz
external-libdrm-011fd913b445b5e17148c37d169396c39eced3df.tar.xz
external-libdrm-011fd913b445b5e17148c37d169396c39eced3df.zip
Android: move libraries to /vendor
As part of Treble project in Android O, all the device specific files have to be located in a separate vendor partition. This is done by setting LOCAL_PROPRIETARY_MODULE (the name is misleading). This change will not break existing platforms without a vendor partition as it will just move files to /system/vendor. Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Android.common.mk')
-rw-r--r--Android.common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.common.mk b/Android.common.mk
index b45ca10f..d487acb9 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -13,3 +13,5 @@ LOCAL_CFLAGS += \
13# Quiet down the build system and remove any .h files from the sources 13# Quiet down the build system and remove any .h files from the sources
14LOCAL_SRC_FILES := $(patsubst %.h, , $(LOCAL_SRC_FILES)) 14LOCAL_SRC_FILES := $(patsubst %.h, , $(LOCAL_SRC_FILES))
15LOCAL_EXPORT_C_INCLUDE_DIRS += $(LOCAL_PATH) 15LOCAL_EXPORT_C_INCLUDE_DIRS += $(LOCAL_PATH)
16
17LOCAL_PROPRIETARY_MODULE := true