summaryrefslogtreecommitdiff
path: root/powerstats/Android.bp
blob: 74935c7fd60f1b2b33dd9f1a1d9cb579ead96c6b (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
soong_namespace {
    imports: [
        "hardware/google/pixel",
    ],
}

package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

cc_library {
    name: "android.hardware.power.stats-impl.gs-common",
    vendor_available: true,
    export_include_dirs: ["include"],
    defaults: ["powerstats_pixel_defaults"],

    srcs: [
        "*.cpp",
    ],

    shared_libs: [
        "android.hardware.power.stats-impl.pixel",
    ],
}