From 74a83cab5596f8991c873fd701d3e2cfb23f0600 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 16 Apr 2014 18:17:05 -0400 Subject: [PATCH] ANDROID: When building the libraries, also install them into the standalone toolchain directory structure. --- android/build_libraries_arm.sh | 1 + android/build_libraries_mips.sh | 1 + android/build_libraries_x86.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/android/build_libraries_arm.sh b/android/build_libraries_arm.sh index a77850ae28..73f296b4a6 100755 --- a/android/build_libraries_arm.sh +++ b/android/build_libraries_arm.sh @@ -44,6 +44,7 @@ if [ -n "$CONFIGURE" ]; then fi make make stage +make install echo "=============================BOINC done=============================" diff --git a/android/build_libraries_mips.sh b/android/build_libraries_mips.sh index 63ed546078..30ca0d2a8a 100755 --- a/android/build_libraries_mips.sh +++ b/android/build_libraries_mips.sh @@ -44,6 +44,7 @@ if [ -n "$CONFIGURE" ]; then fi make make stage +make install echo "=============================BOINC done=============================" diff --git a/android/build_libraries_x86.sh b/android/build_libraries_x86.sh index 389531cddf..0b4d7eac36 100755 --- a/android/build_libraries_x86.sh +++ b/android/build_libraries_x86.sh @@ -44,6 +44,7 @@ if [ -n "$CONFIGURE" ]; then fi make make stage +make install echo "=============================BOINC done============================="