Make availability to com.android.tethering explicit
This is done implicitly today via a baseline map in build/soong/apex/apex.go The hidl_interface also requires //apex_available:platform in its apex_available. This lib gets installed in vendor, and //apex_available:platform is required on all non-apex variants including the vendor variants Bug: 281077552 Test: m nothing Change-Id: I6f46244f9122fb3e025af53f3a42ad441284a723
This commit is contained in:
parent
99cf847175
commit
8dbad6f96c
2 changed files with 8 additions and 0 deletions
|
@ -19,4 +19,8 @@ hidl_interface {
|
|||
"android.hidl.base@1.0",
|
||||
],
|
||||
gen_java: true,
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.tethering",
|
||||
],
|
||||
}
|
||||
|
|
|
@ -21,4 +21,8 @@ hidl_interface {
|
|||
"android.hidl.base@1.0",
|
||||
],
|
||||
gen_java: true,
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.tethering",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue