Skip to content

Commit df679d0

Browse files
Updated README.md
1 parent 61c4c3a commit df679d0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ Then simply run the android_ndk_cross_compile_build_automator.sh script and it w
2121

2222

2323
- Download Latest `Android NDK` from [here](https://developer.android.com/ndk/downloads) or an older version from [here](https://developer.android.com/ndk/downloads/older_releases). Extract it to a directory. Default is`$HOME/Android/ndk/`.
24-
- Download a `Android NDK Cross Compile Build Automator` release from [here](). Extract it in any directory.
24+
25+
26+
- Download a `Android NDK Cross Compile Build Automator` release from [here](https://github.com/agnostic-apollo/Android-NDK-Cross-Compile-Build-Automator/releases). Extract it in any directory.
27+
28+
2529
- The directory structure by default should be something like this:
2630
```
2731
- android_ndk_cross_compile_build_automator

android_ndk_cross_compile_build_automator.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ ARCHS_SRC_TO_BUILD="armeabi armeabi-v7a arm64-v8a x86 x86-64"
2424
#set the space separated list of project directories in PROJECTS_DIR that you want to build
2525
#the root of each project directory must contain the BUILD_FILE_NAME file that build and installs the project
2626
#PROJECTS_TO_BUILD="fuse"
27-
PROJECTS_TO_BUILD="fuse"
27+
PROJECTS_TO_BUILD=""
2828

2929
#set the space separated list of post build scripts files in POST_BUILD_SCRIPTS_DIR that you want to run
3030
#POST_BUILD_SCRIPTS_TO_RUN="fusermount_extractor.sh"
31-
POST_BUILD_SCRIPTS_TO_RUN="fusermount_extractor.sh"
31+
POST_BUILD_SCRIPTS_TO_RUN=""
3232

3333

3434
#set path to NDK

0 commit comments

Comments
 (0)