Skip to content

Commit

Permalink
update example app to test boost 1.69.0 with ndk 19c and new screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Declan Moran committed Mar 22, 2019
1 parent 4adb089 commit 49c7cc1
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doIt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BOOST_VERSION=1.69.0

#------------------------------------------------------------------------------------------
# Specify path to the (Google) Ndk (by default downloded to "..sdk/ndk-bundle" by android studio)
export ANDROID_NDK_ROOT=/home/declan/Documents/zone/mid/lib/android/sdk/ndk-bundle
export ANDROID_NDK_ROOT=/home/declan/Documents/zone/mid/lib/android/ndk/android-ndk-r19c

#------------------------------------------------------------------------------------------
# Modify if desired
Expand Down
3 changes: 3 additions & 0 deletions example_app/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions example_app/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions example_app/local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Wed Jan 23 12:36:43 CET 2019
ndk.dir=/home/declan/Documents/zone/mid/lib/android/sdk/ndk-bundle
#Fri Mar 22 15:38:23 CET 2019


sdk.dir=/home/declan/Documents/zone/mid/lib/android/sdk
ndk.dir=/home/declan/Documents/zone/mid/lib/android/ndk/android-ndk-r19c

# boost install dir: should directly contain "include", "libs" subdirs
boost.dir=/home/declan/Documents/zone/low/Boost-for-Android/build/boost/1.69.0

# boost install dir: should directly contain "include", "libs" subdirs
boost.dir=/home/declan/Documents/zone/low/boost_for_android/build/boost/boost_1.69.0_prebuilt_ndk_19
Binary file modified example_app/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 49c7cc1

Please sign in to comment.