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

Commit 372bccca authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "updates to libarect_headers to include in media apex modules" am:...

Merge "updates to libarect_headers to include in media apex modules" am: 890f7767 am: 63c90cec am: a5e0c48f

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2109368



Change-Id: I673875625605135b6908b6297c22dea3b7ee53c8
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9eb110a6 a5e0c48f
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 {