Skip to content

Commit f2d06d1

Browse files
committed
[android][tests] Add config.target_swift_api_extract for Android.
The configuration for Android of target_swift_api_extract was missing and the CI machines could not start testing anything. These changes add the missing line to the testing configuration.
1 parent e6aee25 commit f2d06d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/lit.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,6 +1413,10 @@ elif run_os == 'linux-androideabi' or run_os == 'linux-android':
14131413
config.swift_symbolgraph_extract,
14141414
'-target', config.variant_triple,
14151415
mcp_opt])
1416+
config.target_swift_api_extract = ' '.join([
1417+
config.swift_api_extract,
1418+
'-target', config.variant_triple,
1419+
'-sdk', shell_quote(config.variant_sdk)])
14161420
config.target_swift_ide_test = ' '.join([
14171421
config.swift_ide_test,
14181422
'-target', config.variant_triple,

0 commit comments

Comments
 (0)