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

Commit 478d0698 authored by Alistair Delva's avatar Alistair Delva Committed by Gerrit Code Review
Browse files

Merge "Fix Mac build."

parents fce8e0f4 66bfb9ad
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -170,10 +170,14 @@ 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",
            ],
        },
@@ -193,7 +197,6 @@ cc_library {
            srcs: libcutils_nonwindows_sources + [
                "android_reboot.cpp",
                "ashmem-dev.cpp",
                "fs_config.cpp",
                "klog.cpp",
                "partition_utils.cpp",
                "qtaguid.cpp",