mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
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:
@@ -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",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user