summaryrefslogtreecommitdiff
path: root/1.1/impl/Android.bp
blob: 3c8e3a741113e8385cf21db87b4a7faa7617ad9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
filegroup {
    name: "android.hardware.boot@1.1-impl-qti_src",
    srcs: ["BootControl.cpp"],
}

cc_defaults {
    name: "android.hardware.boot@1.1-impl-qti_defaults",
    defaults: [
        "hidl_defaults",
        "libboot_control_qti_defaults",
    ],
    relative_install_path: "hw",
    vendor: true,
    recovery_available: true,
    srcs: [":android.hardware.boot@1.1-impl-qti_src"],
    shared_libs: [
        "liblog",
        "libhidlbase",
        "libhardware",
        "libutils",
        "android.hardware.boot@1.0",
        "android.hardware.boot@1.1",
    ],
}