platform_hardware_interfaces/tetheroffload/config/1.0/Android.bp
Spandan Das 8dbad6f96c 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
2023-12-21 23:39:41 +00:00

26 lines
733 B
Text

// This file is autogenerated by hidl-gen -Landroidbp.
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "hardware_interfaces_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["hardware_interfaces_license"],
}
hidl_interface {
name: "android.hardware.tetheroffload.config@1.0",
root: "android.hardware",
srcs: [
"IOffloadConfig.hal",
],
interfaces: [
"android.hidl.base@1.0",
],
gen_java: true,
apex_available: [
"//apex_available:platform",
"com.android.tethering",
],
}