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

Commit 7018c5b2 authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "recovery_utils: Use libvoid_headers."

am: 4782e793

Change-Id: I4b1527c70eeaaea0cbf10702272b5cf8f5284714
parents 80b6831d 4782e793
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",
    ],