Merge "Make availability to com.android.tethering explicit" into main
This commit is contained in:
commit
bce73c83b0
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