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

Commit 9533de4a authored by Harish Mahendrakar's avatar Harish Mahendrakar Committed by Cherrypicker Worker
Browse files

updates to libarect_headers to include in media apex modules

Bug: 229387180
Test: Builds

Change-Id: I147609c9d72a0f30c092891cfca812ccbde53abf
(cherry picked from commit 54ff5210)
Merged-In: I147609c9d72a0f30c092891cfca812ccbde53abf
parent a0292d14
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 {