Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4cb1b44 authored by Steven Moreland's avatar Steven Moreland
Browse files

Couple libbatteryservice headers with module.

Also moved these headers to be local to the service.

Test: used headers with BOARD_VNDK_VERSION=current
Bug: 37342627
Change-Id: I1d8142ff53036e99cf509a22855928248c29a924
parent 9592c037
Loading
Loading
Loading
Loading

include/batteryservice

0 → 120000
+1 −0
Original line number Original line Diff line number Diff line
../services/batteryservice/include/batteryservice/
 No newline at end of file
+12 −1
Original line number Original line Diff line number Diff line
cc_library_headers {
    name: "libbatteryservice_headers",
    vendor_available: true,
    export_include_dirs: ["include"],
    header_libs: ["libbinder_headers"],
    export_header_lib_headers: ["libbinder_headers"],
}

cc_library {
cc_library {
    name: "libbatteryservice",
    name: "libbatteryservice",


@@ -8,6 +16,9 @@ cc_library {
        "IBatteryPropertiesRegistrar.cpp",
        "IBatteryPropertiesRegistrar.cpp",
    ],
    ],


    header_libs: ["libbatteryservice_headers"],
    export_header_lib_headers: ["libbatteryservice_headers"],

    shared_libs: [
    shared_libs: [
        "libutils",
        "libutils",
        "libbinder",
        "libbinder",
Loading