diff options
author | Jiyong Park | 2017-04-23 09:45:38 -0500 |
---|---|---|
committer | Jiyong Park | 2017-04-25 20:28:49 -0500 |
commit | 0da99b8ab0f691ad7ec7f4c5c8a09c5df92486a1 (patch) | |
tree | 8a00c52419a38f9e89e1b3b074a9179c2ca84c72 /Android.mk | |
parent | 853f81c361c98ab5bf9f2c05176ce9c455919640 (diff) | |
download | external-libdrm-android-o-preview-2.tar.gz external-libdrm-android-o-preview-2.tar.xz external-libdrm-android-o-preview-2.zip |
Move libdrm.so to vendor partitionandroid-wear-o-preview-4android-wear-o-preview-3android-o-preview-2
Gralloc from QCOM is using this lib. However, instead of making this lib
as VNDK-SP, it is moved to /vendor partition because no framework
component is using this.
Bug: 37567747
Bug: 37483222
Test: libdrm.so is in /vendor partion
Change-Id: Ib1e9bf6d70e3616e599880d11e8a575d77e4d550
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ include $(BUILD_STATIC_LIBRARY) | |||
59 | include $(CLEAR_VARS) | 59 | include $(CLEAR_VARS) |
60 | 60 | ||
61 | LOCAL_MODULE := libdrm | 61 | LOCAL_MODULE := libdrm |
62 | LOCAL_VENDOR_MODULE := true | ||
62 | 63 | ||
63 | LOCAL_SRC_FILES := $(filter-out %.h,$(LIBDRM_FILES)) | 64 | LOCAL_SRC_FILES := $(filter-out %.h,$(LIBDRM_FILES)) |
64 | LOCAL_EXPORT_C_INCLUDE_DIRS := \ | 65 | LOCAL_EXPORT_C_INCLUDE_DIRS := \ |