Merge changes from topic "apex_available" into rvc-dev am: 132bb5f861 am: 1c092a0b4c am: 46848a6aeb

Change-Id: Iad5b517b8d5a0565bd81c53509021f65964da12f
This commit is contained in:
Jiyong Park 2020-04-21 11:44:43 +00:00 committed by Automerger Merge Worker
commit 578e85085e
1 changed files with 18 additions and 0 deletions

View File

@ -425,6 +425,15 @@ cc_library_static {
],
}
},
apex_available: [
"//apex_available:platform",
"com.android.adbd",
],
visibility: [
"//bootable/recovery/minadbd",
"//system/core/adb",
],
}
cc_library {
@ -492,6 +501,15 @@ cc_library {
],
},
},
apex_available: [
"//apex_available:platform",
"com.android.adbd",
],
visibility: [
"//system/core/adb",
],
}
cc_library {