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

Commit 67ed004e authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6445537 from 4eab0d4e to rvc-release

Change-Id: I244fbe67f3517d32a8b9a46681ea043087d012ba
parents 48419297 4eab0d4e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
apex {
    name: "com.android.bluetooth.updatable",
    min_sdk_version: "R",

    manifest: "apex_manifest.json",

+8 −0
Original line number Diff line number Diff line
@@ -4,6 +4,14 @@ cc_library_headers {
    export_include_dirs: ["./"],
    vendor_available: true,
    host_supported: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.media",
        "com.android.media.swcodec",
        "com.android.bluetooth.updatable"
    ],
    // As part of updatable mainline modules(media, swcodec), it should support at least 29(Q)
    min_sdk_version: "29",
}

cc_library_static {