Set min_sdk_version

This was done via the hard-coded list in build/soong.

Bug: 158059172
Test: m
Merged-In: Ie6dc1f59b459ec01605d796a4d81be04bc1d07da
Change-Id: Ie6dc1f59b459ec01605d796a4d81be04bc1d07da
(cherry picked from commit 792546455e)
This commit is contained in:
Jooyung Han
2022-06-24 14:56:23 +09:00
parent 20277a4e5e
commit 559889f192
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -55,6 +55,7 @@ cc_library {
export_include_dirs: ["include"], export_include_dirs: ["include"],
min_sdk_version: "30",
apex_available: [ apex_available: [
"//apex_available:platform", "//apex_available:platform",
"com.android.os.statsd", "com.android.os.statsd",
@@ -81,5 +82,5 @@ cc_test {
proto: { proto: {
type: "full", type: "full",
} },
} }