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

Commit 32347ae5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Set min_sdk_version to be part of mainline modules"

parents 82fc4cf9 d5f27309
Loading
Loading
Loading
Loading
+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 {