summaryrefslogtreecommitdiff
path: root/light/aidl/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'light/aidl/Android.bp')
-rw-r--r--light/aidl/Android.bp18
1 files changed, 18 insertions, 0 deletions
diff --git a/light/aidl/Android.bp b/light/aidl/Android.bp
new file mode 100644
index 0000000000..916a857b58
--- /dev/null
+++ b/light/aidl/Android.bp
@@ -0,0 +1,18 @@
+aidl_interface {
+ name: "android.hardware.light",
+ vendor_available: true,
+ srcs: [
+ "android/hardware/light/*.aidl",
+ ],
+ stability: "vintf",
+ backend: {
+ java: {
+ platform_apis: true,
+ },
+ ndk: {
+ vndk: {
+ enabled: true,
+ },
+ },
+ },
+}