From 577e8e45df0fd5621c882245d8220bd33c7f8107 Mon Sep 17 00:00:00 2001 From: Richard Quirk Date: Mon, 6 Apr 2015 10:56:32 +0200 Subject: [PATCH] Skip more ndk directories No need for samples, tests, mips stuff, or arm64. --- ndk-excludes.txt | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/ndk-excludes.txt b/ndk-excludes.txt index 352a235..4081d6a 100644 --- a/ndk-excludes.txt +++ b/ndk-excludes.txt @@ -1,11 +1,15 @@ -llvm-* -stlport -mips -x86-4.8 +*4.6* +*4.9* +arch-arm64 +arch-mips* +arch-x86* docs gnu-libstdc++ -arch-x86* -arch-mips* -*4.9* -*4.6* +llvm-* +mips* +perl5 python2.7 +samples +stlport +tests +x86-4.8