Skip to content

Commit 082357f

Browse files
committed
Ensure setup correct version for android buildtools and target_sdk
1 parent f0c3d9b commit 082357f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

1k/manifest.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ $manifest['ndk'] = $build_profiles['ndk']
1818
$manifest['cmake'] = $build_profiles['cmake']
1919
$manifest['vs'] = $build_profiles['vs']
2020
$manifest['llvm'] = $build_profiles['llvm']
21+
$manifest['buildtools'] = $build_profiles['buildtools']
22+
$manifest['target_sdk'] = $build_profiles['target_sdk']
2123
$manifest['cmdlinetools'] = $build_profiles['cmdlinetools']
2224

2325
$Global:build_profiles = $build_profiles

0 commit comments

Comments
 (0)