109522c0d1
Bug: 176107318 Change-Id: Ibcf0934f7a86379318ef55ad2117c9be3200b629
16 lines
330 B
Text
16 lines
330 B
Text
aidl_interface {
|
|
name: "android.hardware.oemlock",
|
|
vendor_available: true,
|
|
srcs: ["android/hardware/oemlock/*.aidl"],
|
|
stability: "vintf",
|
|
backend: {
|
|
java: {
|
|
platform_apis: true,
|
|
},
|
|
ndk: {
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
},
|
|
},
|
|
}
|