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

Commit 2c7ca784 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Extend target docs to cover (almost) all variants."

parents 3735c144 e284b484
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -78,13 +78,22 @@ module {
    },
    target: {
        android: {
            // Device variants
            // Device variants (implies Bionic)
        },
        host: {
            // Host variants
        },
        bionic: {
            // Bionic (device and host) variants
        },
        linux_bionic: {
            // Bionic host variants
        },
        linux: {
            // Bionic (device and host) and Linux glibc variants
        },
        linux_glibc: {
            // Linux host variants
            // Linux host variants (using non-Bionic libc)
        },
        darwin: {
            // Darwin host variants
@@ -95,6 +104,9 @@ module {
        not_windows: {
            // Non-windows host variants
        },
        android_arm: {
            // Any <os>_<arch> combination restricts to that os and arch
        },
    },
}
*/