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

Commit 8b6a20dd authored by Etienne Ruffieux's avatar Etienne Ruffieux Committed by Android (Google) Code Review
Browse files

Merge "Added platform_compat_config to enable target sdk check" into tm-dev

parents 9305a1f0 a82b0872
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
@@ -134,3 +134,9 @@ gensrcs {
    ],
    output_extension: "srcjar",
}

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