Files
hardware_interfaces/tetheroffload/control/1.1/Android.bp
junyulai 184e35a427 [SP32.1] Put OffloadControl 1.1 HAL into apex
Test: atest TetheringTests
Bug: 149467454
Ignore-AOSP-First: avoid long automerger delay
Change-Id: I0e4dc6758d87c320fc622da06144b4ceceb91964
2021-03-24 23:23:28 +08:00

30 lines
881 B
Plaintext

// 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.control@1.1",
root: "android.hardware",
srcs: [
"types.hal",
"IOffloadControl.hal",
"ITetheringOffloadCallback.hal",
],
interfaces: [
"android.hardware.tetheroffload.control@1.0",
"android.hidl.base@1.0",
],
apex_available: [
"//apex_available:platform", // Used by InProcessTethering
"com.android.tethering",
],
gen_java: true,
}