Remove some outdated test files to fix godot build

The godot engine version 1.0 uses openssl version 1.0.1h
which still bundles files like "crypto/pkcs7/p7/a2"
that are seen as binary by the scanner.

As these files aren't really needed for anything,
and even upstream openssl has deleted them in their
commit

7be6b27aaf
"Remove ancient obsolete files under pkcs7."

they can be safely scandeleted.

This is an attempt to get godot based apps build again.
This commit is contained in:
est31 2015-11-10 23:52:04 +01:00
parent 5bb63dac73
commit a352281f4c

View file

@ -165,7 +165,7 @@ Build:0.3.7-beta,7
printf "[platform:Android]\n\npackage/icon=\"res://icon.png\"\npackage/name=\"Tanks of Freedom\"\npackage/unique_name=\"in.p1x.tanks_of_freedom\"\nversion/code=\"7\"\nversion/name=\"0.3.7-beta\"\n" > tof/export.cfg && \
cp -R $$Godot$$ godot
target=android-19
scandelete=godot/platform/flash/lib/libGL.a,godot/platform/android/libs/google_play_services/libs/google-play-services.jar
scandelete=godot/platform/flash/lib/libGL.a,godot/platform/android/libs/google_play_services/libs/google-play-services.jar,godot/drivers/builtin_openssl2/crypto/pkcs7/p7/
build=cd godot && \
scons -j 8 p=server && \
for libname in apk_expansion downloader_library google_play_services play_licensing; do sed -i 's/android-15/android-19/' platform/android/libs/${libname}/project.properties; done && \