From 0cadc72d2820492566dfe711cde7b1f790d58113 Mon Sep 17 00:00:00 2001 From: Nabil Hachicha Date: Sat, 23 Jan 2016 00:09:14 +0000 Subject: [PATCH] adding execution right to aapt --- scripts/test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/test.sh b/scripts/test.sh index 0be9004f..e168cf50 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -66,10 +66,14 @@ elif [ "$TARGET" = "react-example" ]; then xcodebuild -scheme ReactExample -configuration "$CONFIGURATION" -sdk iphonesimulator build $DESTINATION popd elif [ "$TARGET" = "react-tests-android" ]; then + chmod a+x /opt/android-sdk-linux/build-tools/23.0.1/aapt + # Copy patched version of FB rm -Rf ~/.m2/repository/com/facebook/react/react-native/ mkdir -p ~/.m2/repository/com/facebook/react/react-native/ tar xvf ./patched_bin/0.18.0-patched.tar.gz -C ~/.m2/repository/com/facebook/react/react-native/ + echo " Installed patched React Native in " + ls -l ~/.m2/repository/com/facebook/react/react-native/0.18.0-patched/ # # update sdk tool # expect -c ' # set timeout -1;