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

Commit b0b9709a authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Revert "Enable building libandroid_runtime for Windows"

Building libandroid_runtime for Windows means building the
libnativehelper dependency for Windows as well. Since that library is
moving into the ART Mainline module it would mean having to provide it
as a prebuilt.

By removing this we avoid that, and the Windows variant isn't required
on the main branches, only in a downstream one.

This reverts commit 9e73bbbf.

Test: `m` on git_master
Bug: 172649321
Change-Id: I5f0162e9b87529ee8b339bd24e5dee3e9bdd23a8
parent abf29724
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -334,9 +334,6 @@ cc_library_shared {
                "libhidlbase", // libhwbinder is in here
            ],
        },
        windows: {
            enabled: true,
        },
    },

    product_variables: {