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

Commit a6d2ccce authored by Tao Bao's avatar Tao Bao
Browse files

libhealthd.default: Mark as recovery_available.

Bug: 110380063
Test: `m dist` with aosp_taimen-userdebug
Change-Id: I65c13107bdf77e9e0ab49af96e92ea462435fe6a
parent f1482e29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ cc_library_static {
    srcs: ["healthd_board_default.cpp"],
    name: "libhealthd.default",
    vendor_available: true,
    recovery_available: true,
    cflags: ["-Werror"],
    include_dirs: ["system/core/base/include"],
    header_libs: ["libhealthd_headers"],