diff options
author | Rob Herring <robh@kernel.org> | 2017-09-15 08:45:59 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-10-09 09:22:35 -0500 |
commit | 011fd913b445b5e17148c37d169396c39eced3df (patch) | |
tree | a6852bf91516fe7d44261be3452c2fabd66d4cdd /Android.common.mk | |
parent | 2ecafcae8a215d9994fb26a122d97bcb5437c5e8 (diff) | |
download | libdrm-011fd913b445b5e17148c37d169396c39eced3df.tar.gz libdrm-011fd913b445b5e17148c37d169396c39eced3df.tar.bz2 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.mk | 2 |
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 += \ # Quiet down the build system and remove any .h files from the sources LOCAL_SRC_FILES := $(patsubst %.h, , $(LOCAL_SRC_FILES)) LOCAL_EXPORT_C_INCLUDE_DIRS += $(LOCAL_PATH) + +LOCAL_PROPRIETARY_MODULE := true |