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

Commit 890f7767 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "updates to libarect_headers to include in media apex modules"

parents a4b581ad 54ff5210
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -39,9 +39,16 @@ ndk_headers {


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


cc_library_static {
cc_library_static {