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

Commit 5add3d54 authored by ahujapalash's avatar ahujapalash
Browse files

Updating min_sdk_version to Tiramisu

Ignore-AOSP-First: Updating it for apex which is on tm-dev
Test: make a full build with m -j64
Bug: 220216883
Change-Id: I171d904e4b811cfd114be05e4329669e965a7599
parent 7e30d3bb
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ java_library {
    name: "bluetooth.mapsapi",

    srcs: ["lib/mapapi/**/*.java"],
    min_sdk_version: "current",
    min_sdk_version: "Tiramisu",
    sdk_version: "module_current",
}

@@ -44,7 +44,7 @@ java_library {
    apex_available: [
        "com.android.bluetooth",
    ],
    min_sdk_version: "current",
    min_sdk_version: "Tiramisu",
    sdk_version: "module_current",
}

@@ -81,7 +81,7 @@ cc_library_shared {
    apex_available: [
        "com.android.bluetooth",
    ],
    min_sdk_version: "current",
    min_sdk_version: "Tiramisu",
}

// Bluetooth APK
@@ -154,7 +154,7 @@ android_app {
            // "-Xep:AndroidFrameworkRequiresPermission:ERROR",
        ],
    },
    min_sdk_version: "current",
    min_sdk_version: "Tiramisu",
    sdk_version: "module_current",
}

+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ apex_defaults {

    key: "com.android.bluetooth.key",
    certificate: ":com.android.bluetooth.certificate",
    min_sdk_version: "current",
    min_sdk_version: "Tiramisu",

    updatable: false,
    future_updatable: true,
+2 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ java_library {
    apex_available: [
        "com.android.bluetooth",
    ],
    min_sdk_version: "Tiramisu"
}

// service-bluetooth static library
@@ -105,6 +106,7 @@ java_library {
    apex_available: [
        "com.android.bluetooth",
    ],
    min_sdk_version: "Tiramisu"
}

gensrcs {
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ cc_library_static {
    cflags: [
        "-DBUILDCFG",
    ],
    min_sdk_version: "Tiramisu"
}

// Bluetooth Audio client interface library unit tests for target and host
+2 −1
Original line number Diff line number Diff line
@@ -161,6 +161,7 @@ cc_library_static {
        "LeAudioSetConfigSchemas_h",
    ],
    host_supported: true,
    min_sdk_version: "Tiramisu"
}

// bta unit tests for target
Loading