Skip to content

Commit f43f5cb

Browse files
committed
[Preset] Add defaults for android ndk & arm directories
1 parent 25a6f65 commit f43f5cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build_swift/tests/test_presets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
'installable_package': '/tmp/install/pkg',
4141
'swift_install_destdir': '/tmp/install/swift',
4242
'symbols_package': '/path/to/symbols/package',
43+
'ndk_path': '/path/to/ndk',
44+
'arm_dir': '/path/to/arm',
4345
}
4446

4547
SAMPLE_PRESET = """

0 commit comments

Comments
 (0)