summaryrefslogtreecommitdiff
path: root/light/aidl/Android.bp
blob: 916a857b58a8f15b873159a348ddd74240c88f52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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,
            },
        },
    },
}