1 import("//llvm/utils/gn/build/toolchain/target_flags.gni")
4 # Specifies the serial number of the Android device to be used for testing.
5 android_serial_for_testing = ""
7 # Android API level used in compiler-rt tests.
11 target_flags_string = ""
13 foreach(flag, target_flags + target_cflags + target_ldflags) {
14 if (target_flags_string != "") {
15 target_flags_string += " "
17 target_flags_string += flag