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

Commit 0462c0c6 authored by Etienne Ruffieux's avatar Etienne Ruffieux Committed by Automerger Merge Worker
Browse files

Merge "Added platform_compat_config to enable target sdk check" into tm-dev am: 8b6a20dd

parents 267934fb 8b6a20dd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ apex {
    manifest: "apex_manifest.json",
    bootclasspath_fragments: ["com.android.btservices-bootclasspath-fragment"],
    systemserverclasspath_fragments: ["com.android.btservices-systemserverclasspath-fragment"],
    compat_configs: ["bluetooth-compat-config"],
    apps: ["Bluetooth"],

    multilib: {
@@ -55,6 +56,7 @@ apex {
    manifest: "apex_manifest.json",
    bootclasspath_fragments: ["com.android.btservices-bootclasspath-fragment"],
    systemserverclasspath_fragments: ["com.android.btservices-systemserverclasspath-fragment"],
    compat_configs: ["bluetooth-compat-config"],
    apps: ["Bluetooth"],

    multilib: {
+6 −0
Original line number Diff line number Diff line
@@ -127,3 +127,9 @@ java_library {
    ],
    min_sdk_version: "Tiramisu"
}

platform_compat_config
{
    name: "bluetooth-compat-config",
    src: ":service-bluetooth-pre-jarjar",
}