Files
hardware_interfaces/tetheroffload/control/1.1/Android.bp
junyulai f1827c3753 [SP32.1] Put OffloadControl 1.1 HAL into apex
Test: atest TetheringTests
Bug: 149467454
Merged-In: I0e4dc6758d87c320fc622da06144b4ceceb91964
Change-Id: I0e4dc6758d87c320fc622da06144b4ceceb91964
  (cherry-picked from ag/13981664)
2021-04-21 10:08:35 +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,
}