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

Commit f1a21e9d authored by Neil Fuller's avatar Neil Fuller Committed by Automerger Merge Worker
Browse files

Merge "Really fix Mac build." am: f0e39a9d

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1622583

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I1d02c3f51e05123a3c02ebefccf4483e240e5ae0
parents de749348 f0e39a9d
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -170,14 +170,10 @@ cc_library {
        linux_bionic: {
            enabled: true,
        },
        linux: {
            srcs: [
                "fs_config.cpp",
            ],
        },
        not_windows: {
            srcs: libcutils_nonwindows_sources + [
                "ashmem-host.cpp",
                "fs_config.cpp",
                "trace-host.cpp",
            ],
        },
@@ -197,6 +193,7 @@ cc_library {
            srcs: libcutils_nonwindows_sources + [
                "android_reboot.cpp",
                "ashmem-dev.cpp",
                "fs_config.cpp",
                "klog.cpp",
                "partition_utils.cpp",
                "qtaguid.cpp",
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
#include <string>

#include <android-base/strings.h>
#include <cutils/fs.h>
#include <log/log.h>
#include <private/android_filesystem_config.h>