Skip to content

Commit

Permalink
Set min_sdk_version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Jooyung Han committed Dec 2, 2021
1 parent e07bbf5 commit 23fbe70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions diagnose_usb/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cc_library_static {
cflags: ["-Wall", "-Wextra", "-Werror"],
host_supported: true,
recovery_available: true,
min_sdk_version: "apex_inherit",
apex_available: [
"com.android.adbd",
// TODO(b/151398197) remove the below
Expand Down
1 change: 1 addition & 0 deletions libasyncio/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ cc_library {
defaults: ["libasyncio_defaults"],
vendor_available: true,
recovery_available: true,
min_sdk_version: "apex_inherit",
apex_available: [
"//apex_available:platform",
"com.android.adbd",
Expand Down
1 change: 1 addition & 0 deletions libcrypto_utils/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ cc_library {
enabled: true,
},
},
min_sdk_version: "apex_inherit",
apex_available: [
"//apex_available:platform",
"com.android.adbd",
Expand Down

0 comments on commit 23fbe70

Please sign in to comment.