Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c75a23d authored by Pawin Vongmasa's avatar Pawin Vongmasa
Browse files

Initial commit for the Codec2.0 HAL

Test: make cts -j123 && cts-tradefed run cts-dev -m \
CtsMediaTestCases --compatibility:module-arg \
CtsMediaTestCases:include-annotation:\
android.platform.test.annotations.RequiresDevice

Bug: 112362730

Change-Id: I26b99ba4b83c527c1caed7492d6d57b7056361e3
parent 0684bf1a
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -8,8 +8,10 @@ cc_library {


    srcs: [
    srcs: [
        "Component.cpp",
        "Component.cpp",
        "ComponentInterface.cpp",
        "ComponentStore.cpp",
        "ComponentStore.cpp",
        "Configurable.cpp",
        "Configurable.cpp",
        "InputBufferManager.cpp",
        "InputSurface.cpp",
        "InputSurface.cpp",
        "InputSurfaceConnection.cpp",
        "InputSurfaceConnection.cpp",
        "types.cpp",
        "types.cpp",
Loading