Merge "Set min_sdk_version"
This commit is contained in:
commit
e8e5b5bb28
3 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ cc_library {
|
|||
enabled: true,
|
||||
},
|
||||
},
|
||||
min_sdk_version: "apex_inherit",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.adbd",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue