Merge changes from topic "apex_available" into rvc-dev am: 132bb5f861
am: 1c092a0b4c
am: 46848a6aeb
Change-Id: Iad5b517b8d5a0565bd81c53509021f65964da12f
This commit is contained in:
commit
578e85085e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue