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

Commit 8e0821e6 authored by Tao Bao's avatar Tao Bao Committed by Gerrit Code Review
Browse files

Merge "libotautil exports libfstab header."

parents bc2eab43 cecad743
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -75,7 +75,6 @@ cc_defaults {

        // external dependencies
        "libhealthhalutils",
        "libfstab",
    ],
}

@@ -153,7 +152,6 @@ cc_binary {

    static_libs: [
        "libotautil",
        "libfstab",
    ],

    init_rc: [
@@ -181,7 +179,6 @@ cc_binary {

    static_libs: [
        "libotautil",
        "libfstab",
    ],

    init_rc: [
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@
#include <android-base/logging.h>
#include <android-base/properties.h>
#include <android-base/unique_fd.h>
#include <fstab/fstab.h>

#include "otautil/roots.h"

+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ cc_defaults {
        // external dependencies
        "libvintf_recovery",
        "libvintf",
        "libfstab",
    ],
}

+4 −0
Original line number Diff line number Diff line
@@ -61,6 +61,10 @@ cc_library_static {
                "libfs_mgr",
                "libselinux",
            ],

            export_static_lib_headers: [
                "libfstab",
            ],
        },
    },
}