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

Commit ad1bb2c0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Mpeg2Extractor: Fix to generate static library"

parents 2efe5c70 8821ced2
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -71,4 +71,11 @@ cc_library {
        "com.android.media",
        "test_com.android.media",
    ],

    static: {
        apex_available: [
            // Needed for unit tests
            "//apex_available:platform",
        ],
    },
}