Skip to content

Commit b1ac9b4

Browse files
author
Jooyung Han
committed
Set min_sdk_version
Many modules requiring min_sdk_version have been used without setting it, but hard-coded as "30" in allowlist. Bug: 158059172 Test: m Change-Id: I0b461c28077584f2db2d2f688423f2227c0a2d1a
1 parent 904cae3 commit b1ac9b4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

diagnose_usb/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ cc_library_static {
77
cflags: ["-Wall", "-Wextra", "-Werror"],
88
host_supported: true,
99
recovery_available: true,
10+
min_sdk_version: "apex_inherit",
1011
apex_available: [
1112
"com.android.adbd",
1213
// TODO(b/151398197) remove the below

libasyncio/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ cc_library {
3232
defaults: ["libasyncio_defaults"],
3333
vendor_available: true,
3434
recovery_available: true,
35+
min_sdk_version: "apex_inherit",
3536
apex_available: [
3637
"//apex_available:platform",
3738
"com.android.adbd",

libcrypto_utils/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ cc_library {
4444
enabled: true,
4545
},
4646
},
47+
min_sdk_version: "apex_inherit",
4748
apex_available: [
4849
"//apex_available:platform",
4950
"com.android.adbd",

0 commit comments

Comments
 (0)