Remove version logs until the build is working

This commit is contained in:
Morgan Pretty 2024-02-07 14:56:19 +11:00
parent 5f0d5b7fc7
commit 2571716e0c

View File

@ -5,8 +5,6 @@ local version_info = {
name: 'Version Information', name: 'Version Information',
image: docker_base + 'android', image: docker_base + 'android',
commands: [ commands: [
'/usr/lib/android-ndk --version',
'/usr/lib/android-sdk --version'
] ]
}; };