summaryrefslogtreecommitdiff
path: root/mm-core
diff options
context:
space:
mode:
authorAmit Shekhar <ashekhar@codeaurora.org>2017-04-05 15:50:21 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-06-29 15:48:11 -0700
commit580a327f843357bdab331efda0865f8ad026ff07 (patch)
tree1e800acbb911e1510f4d37c970256142ed53ccd9 /mm-core
parentaf2fe6ad921bac55e06c1379ad1d12a9b39549aa (diff)
downloadmedia-580a327f843357bdab331efda0865f8ad026ff07.tar.gz
media: Consolidates and implements XML based config reading
Consolidates system/session properties into platform specific configs which can be parsed during media codec process start and the property values can be used during component initialization. This can also be used to switch properties between video sessions - based on PL/test- scenario requirements by making modifications to the config file and "restarting" media codec process Change-Id: Ia16accec5716b2337722c1e2e276702c75775d75 CRs-Fixed: 2066348
Diffstat (limited to 'mm-core')
-rw-r--r--mm-core/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm-core/Android.mk b/mm-core/Android.mk
index 7de498e5..3a83ff5e 100644
--- a/mm-core/Android.mk
+++ b/mm-core/Android.mk
@@ -74,6 +74,7 @@ LOCAL_MODULE := libOmxCore
LOCAL_MODULE_TAGS := optional
LOCAL_VENDOR_MODULE := true
LOCAL_SHARED_LIBRARIES := liblog libdl libcutils
+LOCAL_SHARED_LIBRARIES += libplatformconfig
LOCAL_CFLAGS := $(OMXCORE_CFLAGS)
LOCAL_SRC_FILES := src/common/omx_core_cmp.cpp
@@ -99,6 +100,7 @@ LOCAL_MODULE := libmm-omxcore
LOCAL_MODULE_TAGS := optional
LOCAL_VENDOR_MODULE := true
LOCAL_SHARED_LIBRARIES := liblog libdl libcutils
+LOCAL_SHARED_LIBRARIES += libplatformconfig
LOCAL_CFLAGS := $(OMXCORE_CFLAGS)
LOCAL_SRC_FILES := src/common/omx_core_cmp.cpp