- Jul 19, 2023
-
-
Garfield Tan authored
The code owner then owns the manifest the vintf fragment. Remove IConfigurable because it isn't declared in the compatibility matrix. It isn't registered to hwservice_manager either in the implementation. Bug: 291157411 Test: ARC++ boots. Change-Id: I1616bf2ae90327e87bf13cc379e85927333eb0ed Merged-In: I1616bf2ae90327e87bf13cc379e85927333eb0ed
-
- Aug 05, 2021
-
-
Justin Yun authored
libavservices_minijail is a vendor available module. Use libavservices_minijail instead of defining vendor specific module. libavservices_minijail_vendor will be removed. Bug: 146313710 Test: m Change-Id: I1bb67cf86eb308663b4756f015c804bca1942c9d Merged-In: I1bb67cf86eb308663b4756f015c804bca1942c9d
-
Justin Yun authored
libavservices_minijail is a vendor available module. Use libavservices_minijail instead of defining vendor specific module. libavservices_minijail_vendor will be removed. Bug: 146313710 Test: m Change-Id: I1bb67cf86eb308663b4756f015c804bca1942c9d (cherry picked from commit f3263ab1024669570d83ca8311961eeec14dfcb1)
-
- Mar 29, 2021
-
-
Chih-Yu Huang authored
Originally V4L2ComponentStore and V4L2ComponentFactory depends on each other. To avoid circular dependency, V4L2ComponentStore dynamically loads the shared library of V4L2ComponentFactory. This CL removes the dependency from V4L2ComponentFactory to V4L2ComponentStore, and also avoid dynamic loading the shared library. Bug: 160110846 Test: android.media.cts.AdaptivePlaybackTest Change-Id: I864b642035ea5b1572ee1d474ad12706147cbed1
-
- Mar 13, 2021
-
-
Sungtak Lee authored
Use android.hardware.media.c2@1.2 policy files. Bug: 157111613 Change-Id: I50cd650b58f5a9e64deb9074573a86d29c4da641
-
- Feb 13, 2021
-
-
Bob Badour authored
Added SPDX-license-identifier-BSD to: accel/Android.bp common/Android.bp components/Android.bp plugin_store/Android.bp service/Android.bp store/Android.bp tests/c2_comp_intf/Android.bp Added SPDX-license-identifier-BSD legacy_unencumbered to: Android.bp tests/c2_e2e_test/jni/Android.mk Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I4ef032a3849d650e13761a868b45309275d408a2
-
- Oct 06, 2020
-
-
Dmitry Shmidt authored
Bug: 169365528 Test: Manual Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com> Change-Id: I889d1b183d39ef9d82c6b8baccce21f981ea6657
-
- May 11, 2020
-
-
Chih-Yu Huang authored
All modules in v4l2_codec2 is vendor modules. This CL changes to use "vendor" property instead of "vendor_available" or "soc_specific". Note: "vendor_available" property means a module could be depended by both system and vendor modules. "soc_specific" property means a module is specific to an certain SoC. Bug: 153403351 Test: m -j32 Change-Id: Ia719fc0e0c623bb8f2fc5578a75646b26c5f0771
-
- Apr 13, 2020
-
-
Chih-Yu Huang authored
This CL adds android.hardware.media.c2@1.0-service-v4l2 service, used to create C2Component implementation at this repo. Bug: 152714603 Test: mmm external/v4l2_codec2 Change-Id: If19084b2c08bd2eb36a991e3933bf0372241a1a5
-