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

Commit 4782e793 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "recovery_utils: Use libvoid_headers."

parents 678d6395 640175e9
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",
    ],