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

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

Extend target docs to cover (almost) all variants.

Test: n/a - comment change only
Change-Id: Ia0e6e4c6f872cf8023cb6470935cab3d6a0c1fee
parent a9a99bc6
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
        },
    },
}
*/