Merge "Extend target docs to cover (almost) all variants."
This commit is contained in:
commit
2c7ca784f7
1 changed files with 14 additions and 2 deletions
|
@ -78,13 +78,22 @@ module {
|
||||||
},
|
},
|
||||||
target: {
|
target: {
|
||||||
android: {
|
android: {
|
||||||
// Device variants
|
// Device variants (implies Bionic)
|
||||||
},
|
},
|
||||||
host: {
|
host: {
|
||||||
// Host variants
|
// 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_glibc: {
|
||||||
// Linux host variants
|
// Linux host variants (using non-Bionic libc)
|
||||||
},
|
},
|
||||||
darwin: {
|
darwin: {
|
||||||
// Darwin host variants
|
// Darwin host variants
|
||||||
|
@ -95,6 +104,9 @@ module {
|
||||||
not_windows: {
|
not_windows: {
|
||||||
// Non-windows host variants
|
// Non-windows host variants
|
||||||
},
|
},
|
||||||
|
android_arm: {
|
||||||
|
// Any <os>_<arch> combination restricts to that os and arch
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue