From ad407a0692724f01a9690cdc5db40bdf289ad82f Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 2 Jul 2014 16:47:15 -0700 Subject: [PATCH] Package new Android build scripts --- dist-build/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dist-build/Makefile.am b/dist-build/Makefile.am index 0ad1c26f..bf5d2d82 100644 --- a/dist-build/Makefile.am +++ b/dist-build/Makefile.am @@ -1,5 +1,9 @@ EXTRA_DIST = \ - android.sh \ + android-arm.sh \ + android-armv7.sh \ + android-build.sh \ + android-mips.sh \ + android-x86.sh \ ios.sh \ mipsel-linux-static.sh \ msys2-win32.sh \