Skip to content

Commit a9d4c6e

Browse files
authored
Merge pull request #23546 from drodriguez/android-target-sil-opt-with-include-paths
[android][tests] Pass Android include paths to sil-opt for testing.
2 parents ad238ff + d8a879c commit a9d4c6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/lit.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,7 @@ elif run_os == 'linux-androideabi' or run_os == 'linux-android':
10321032
config.target_sil_opt = ' '.join([
10331033
config.sil_opt,
10341034
'-target', config.variant_triple,
1035+
android_include_paths_opt,
10351036
resource_dir_opt, mcp_opt, config.sil_test_options])
10361037
config.target_swift_ide_test = ' '.join([
10371038
config.swift_ide_test,

0 commit comments

Comments
 (0)