Merge branch 'scandelete_test_files' into 'master'

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.

See merge request !1049
This commit is contained in:
Boris Kraut 2015-11-11 23:05:02 +00:00
commit 084a3962c9

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 && \