summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2017-09-15 08:48:55 -0500
committerRob Herring <robh@kernel.org>2017-09-24 17:58:16 -0500
commit4f7dc9b6d7b31fdf94b96307a256c9bbee6cb0b7 (patch)
tree68076e86a07fdca9667b8d1b88a78716bdab2ebc /Android.mk
parent8ff3ea669cae099eeb9afd7c31d8590209431c40 (diff)
drm_hwcomposer: move library 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.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 2c4f7e3..aa95b44 100644
--- a/Android.mk
+++ b/Android.mk
@@ -94,6 +94,8 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
LOCAL_MODULE_SUFFIX := $(TARGET_SHLIB_SUFFIX)
+LOCAL_VENDOR_MODULE := true
+
include $(BUILD_SHARED_LIBRARY)
include $(call all-makefiles-under,$(LOCAL_PATH))