Merge "Make availability to com.android.tethering explicit" into main

This commit is contained in:
Spandan Das 2024-01-03 17:46:31 +00:00 committed by Gerrit Code Review
commit bce73c83b0
2 changed files with 8 additions and 0 deletions

View file

@ -19,4 +19,8 @@ hidl_interface {
"android.hidl.base@1.0",
],
gen_java: true,
apex_available: [
"//apex_available:platform",
"com.android.tethering",
],
}

View file

@ -21,4 +21,8 @@ hidl_interface {
"android.hidl.base@1.0",
],
gen_java: true,
apex_available: [
"//apex_available:platform",
"com.android.tethering",
],
}