aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: b1b0cf17ed502da8914591fa5da5d8be2a04554b (plain)
1
2
3
4
5
6
7
8
9
10
11
subdirs = [
    "camera"
]
 
cc_defaults {
    name: "hidl_z2_plus",
    cflags: [
        "-Wall",
        "-Werror",
    ],
}