summaryrefslogtreecommitdiff
path: root/1.1/libboot_control_qti/Android.bp
blob: b2c66803d757f5f36ba1700c0c4841427734dd37 (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
25
26
cc_library {
    name: "libboot_control_qti",
    vendor: true,
    recovery_available: true,
    shared_libs: [
        "android.hardware.boot@1.1",
        "libbase",
        "libcutils",
        "liblog",
        "libz",
    ],
    static_libs: [
        "libboot_control",
        "libbootloader_message_vendor",
        "libfstab",
    ],
    owner: "qti",
    cflags: [
        "-Wall",
        "-Werror",
    ],
    srcs: [
        "libboot_control_qti.cpp",
    ],
    export_include_dirs: ["."],
}