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

Commit 9e73bbbf authored by Jerome Gaillard's avatar Jerome Gaillard
Browse files

Enable building libandroid_runtime for Windows

Bug: 117921091
Test: lunch sdk && m libandroid_runtime
Change-Id: I22c9994a4298202fe8bd6a33be0d7ba0e0c5125e
parent c4fedbc7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -312,5 +312,8 @@ cc_library_shared {
                "android_util_FileObserver.cpp",
            ],
        },
        windows: {
            enabled: true,
        },
    },
}