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

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

Merge "updates to libarect_headers to include in media apex modules" into tm-dev

parents 57a40d9d 9533de4a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -39,9 +39,16 @@ ndk_headers {

cc_library_headers {
    name: "libarect_headers",
    vendor_available: true,
    min_sdk_version: "29",
    // TODO(b/153609531): remove when no longer needed.
    native_bridge_supported: true,
    export_include_dirs: ["include"],
    apex_available: [
        "//apex_available:platform",
        "com.android.media",
        "com.android.media.swcodec",
    ],
}

cc_library_static {