Merge "Set min_sdk_version"

This commit is contained in:
Treehugger Robot
2022-07-04 14:01:19 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 1 deletions

View File

@@ -298,6 +298,7 @@ java_defaults {
"contacts-provider-platform-compat-config",
],
libs: [
"androidx.annotation_annotation",
"app-compat-annotations",
"ext",
"framework-updatable-stubs-module_libs_api",

View File

@@ -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",
}
},
}