commit | af36772830db55c5a3ea2313e13461b004401824 | [log] [tgz] |
---|---|---|
author | Brijesh Patel <pbrijesh@codeaurora.org> | Mon Jan 20 11:27:48 2020 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Jan 20 04:11:58 2020 -0800 |
tree | 32c2e045b088385ee3adce324cf18e09202db07e | |
parent | 83f3b0d3c31add57089e784c9532f5d3b2e48dd8 [diff] |
mm-core: Set omx header library as vendor module CRs-Fixed: 2596430 Change-Id: Ibac5e5ed5174b824e13185c034a5c43c4fe7ae34
diff --git a/mm-core/Android.mk b/mm-core/Android.mk index 35a53f1..772f3e8 100644 --- a/mm-core/Android.mk +++ b/mm-core/Android.mk
@@ -145,7 +145,7 @@ LOCAL_MODULE := libomxcore_headers LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/inc -LOCAL_PROPRIETARY_MODULE := true +LOCAL_VENDOR_MODULE := true include $(BUILD_HEADER_LIBRARY)