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

Commit 7e8c5a0d authored by Jooyung Han's avatar Jooyung Han Committed by Android (Google) Code Review
Browse files

Merge "Set min_sdk_version" into tm-mainline-prod

parents 0361f17c 559889f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -305,6 +305,7 @@ java_defaults {
        "contacts-provider-platform-compat-config",
    ],
    libs: [
        "androidx.annotation_annotation",
        "app-compat-annotations",
        "ext",
        "framework-updatable-stubs-module_libs_api",
+2 −1
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ cc_library {

    export_include_dirs: ["include"],

    min_sdk_version: "30",
    apex_available: [
        "//apex_available:platform",
        "com.android.os.statsd",
@@ -81,5 +82,5 @@ cc_test {

    proto: {
        type: "full",
    }
    },
}