mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
Ignore-AOSP-First: VINTF 202404 Finalization Bug: 279809333 Test: build Change-Id: Ie6d38d27a287e258c30516e0030ad8c931d06432
31 lines
583 B
Plaintext
31 lines
583 B
Plaintext
aidl_interface {
|
|
name: "android.hardware.threadnetwork",
|
|
vendor_available: true,
|
|
srcs: [
|
|
"android/hardware/threadnetwork/*.aidl",
|
|
],
|
|
|
|
stability: "vintf",
|
|
|
|
backend: {
|
|
java: {
|
|
platform_apis: true,
|
|
},
|
|
ndk: {
|
|
apex_available: [
|
|
"//apex_available:platform",
|
|
"com.android.tethering",
|
|
],
|
|
min_sdk_version: "30",
|
|
},
|
|
},
|
|
versions_with_info: [
|
|
{
|
|
version: "1",
|
|
imports: [],
|
|
},
|
|
],
|
|
frozen: true,
|
|
|
|
}
|