Merge "adbd: add apex_available and visibility for internal libs."
This commit is contained in:
commit
448519736b
1 changed files with 18 additions and 0 deletions
|
@ -436,6 +436,15 @@ cc_library_static {
|
|||
],
|
||||
}
|
||||
},
|
||||
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.adbd",
|
||||
],
|
||||
visibility: [
|
||||
"//bootable/recovery/minadbd",
|
||||
"//system/core/adb",
|
||||
],
|
||||
}
|
||||
|
||||
cc_library {
|
||||
|
@ -502,6 +511,15 @@ cc_library {
|
|||
],
|
||||
},
|
||||
},
|
||||
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.adbd",
|
||||
],
|
||||
visibility: [
|
||||
"//system/core/adb",
|
||||
],
|
||||
|
||||
}
|
||||
|
||||
cc_library {
|
||||
|
|
Loading…
Reference in a new issue