mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
487dc80d8a
This version is the one required to build mobile Firefox. See build documentation here: https://wiki.mozilla.org/Mobile/Fennec/Android/Detailed_build_instructions#Install_Android_NDK
14 lines
637 B
Diff
14 lines
637 B
Diff
diff -ru android-ndk-r8e.old/build/tools/make-standalone-toolchain.sh android-ndk-r8e/build/tools/make-standalone-toolchain.sh
|
|
--- android-ndk-r8e.old/build/tools/make-standalone-toolchain.sh 2014-10-16 03:46:32.000000000 +0200
|
|
+++ android-ndk-r8e/build/tools/make-standalone-toolchain.sh 2014-10-24 23:46:22.544928306 +0200
|
|
@@ -194,6 +194,9 @@
|
|
# Now copy the GCC toolchain prebuilt binaries
|
|
run copy_directory "$TOOLCHAIN_PATH" "$TMPDIR"
|
|
|
|
+# Making it writable again
|
|
+chmod -R +w "$TMPDIR"
|
|
+
|
|
if [ -n "$LLVM_VERSION" ]; then
|
|
# Copy the clang/llvm toolchain prebuilt binaries
|
|
run copy_directory "$LLVM_TOOLCHAIN_PATH" "$TMPDIR"
|