Files
hardware_interfaces/light/aidl/Android.bp
Steven Moreland ad724e1e30 light AIDL: use module_current
Now that this works for VINTF modules, make sure we have at least one
example of it on AOSP.

Fixes: 161501127
Test: build only

Change-Id: Ib02d36d172ad6654b4b7fc424ca14bb90ee503d5
2020-07-29 21:23:02 +00:00

20 lines
372 B
Plaintext

aidl_interface {
name: "android.hardware.light",
vendor_available: true,
srcs: [
"android/hardware/light/*.aidl",
],
stability: "vintf",
backend: {
java: {
sdk_version: "module_current",
},
ndk: {
vndk: {
enabled: true,
},
},
},
versions: ["1"],
}