summaryrefslogtreecommitdiff
path: root/camera/aon/1.0/Android.bp
blob: 83d2a4e0ee7632f515273264e67b0290fbb6b712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
hidl_interface {
    name: "vendor.qti.hardware.camera.aon@1.0",
    root: "vendor.qti.hardware.camera",
    system_ext_specific: true,
    srcs: [
        "types.hal",
        "IAONService.hal",
        "IAONServiceCallBack.hal",
    ],
    interfaces: [
        "android.hidl.base@1.0",
    ],
    gen_java: true,
}