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

Commit 640175e9 authored by Tao Bao's avatar Tao Bao
Browse files

recovery_utils: Use libvoid_headers.

Test: mmm bootable/recovery
Change-Id: I2ad7620d0f967cb018a415358379c34804e232c5
parent 678d6395
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -57,15 +57,16 @@ cc_library_static {
        "thermalutil.cpp",
    ],

    export_include_dirs: [
        "include",
    header_libs: [
        "libvold_headers",
    ],

    include_dirs: [
        "system/vold",
    export_include_dirs: [
        "include",
    ],

    export_static_lib_headers: [
        // roots.h includes <fstab/fstab.h>.
        "libfstab",
    ],