Searched refs:abi (Results 1 – 1 of 1) sorted by relevance
43 …abi = flag.String("abi", "", "Specifies the Android ABI to use when building Go tools. De… var145 switch *abi {154 return fmt.Errorf("unknown Android ABI: %q", *abi)182 if len(*ndkPath) != 0 && len(*abi) != 0 && *apiLevel != 0 {230 if len(*abi) == 0 {232 if *abi, ok = cmakeVars["ANDROID_ABI"]; !ok {235 fmt.Printf("Detected ABI %q from CMakeCache.txt.\n", *abi)
Completed in 4 milliseconds