Age | Commit message (Collapse) | Author |
|
Change-Id: Icee49df04cdd1ac5b55e2044d3d8f64fcc204c24
Signed-off-by: Laisheng Hu <laisheng@codeaurora.org>
|
|
|
|
libplatformconfig uses the print macro defined that uses debug level which may
go out of scope and cause heap-use-after-free
Change-Id: Iee3fe156ceaaea8bfc86beb8220476f2ba85bb73
|
|
Print variables which go out of scope are accessed by libplatformconfig.
Removed the dependency of libplatformconfig on these variables.
Change-Id: Id146149f3573af66c87347470e227c07979bd022
|
|
- Remove hardcode paths of aosp headers in vendor
make files.
- Add aosp header libraries to access aosp headers.
CRs-Fixed: 2206443
Change-Id: Ib2b4f1ddeb48397bbe2afdfb9ac54cc3cb3fd9ac
|
|
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
|