Skip to content

Commit

Permalink
fixup! upgrade android ndk to r17c
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Pombeiro authored and rasom committed Mar 11, 2019
1 parent 8ff0ac9 commit bdb9243
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .TOOLVERSIONS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
android-ndk;r17c;a4b6b8281e7d101efd994d31e64af746
android-sdk-build-tools;28.0.1;
android-sdk-build-tools;28.0.3;
android-sdk-platform;android-27;
android-sdk;4333796;aa190cfd7299cd6a1c687355bb2764e4
clojure_cli;1.9.0.381;
Expand Down
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.android
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pipeline {
docker {
label 'linux'
/* WARNING: remember to keep this up-to-date with the value in docker/android/Makefile */
image 'statusteam/status-build-android:1.1.1-d3611a31'
image 'statusteam/status-build-android:1.1.1-d84438f1'
args (
"-v /home/jenkins/tmp:/var/tmp:rw "+
"-v /home/jenkins/status-im.keystore:/tmp/status-im.keystore:ro"
Expand Down
2 changes: 1 addition & 1 deletion docker/android/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SDK_PLATFORM_VERSION=$(call __toolversion, android-sdk-platform)
SDK_BUILD_TOOLS_VERSION=$(call __toolversion, android-sdk-build-tools)

# WARNING: Remember to change the tag when updating the image
BASE_IMAGE_TAG = $(shell cd $(GIT_ROOT)/docker/base && make get-image-tag)
BASE_IMAGE_TAG = $(shell cd $(GIT_ROOT)/docker/base && $(MAKE) get-image-tag --no-print-directory)
DEPS_HASH = $(shell $(GIT_ROOT)/scripts/gen-deps-hash.sh -b $(BASE_IMAGE_TAG) \
-d android-ndk \
-d android-sdk \
Expand Down
3 changes: 3 additions & 0 deletions docker/base/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.PHONY:get-image-tag
.SILENT:get-image-tag

__toolversion = $(shell $(GIT_ROOT)/scripts/toolversion $(1))

GIT_COMMIT = $(shell git rev-parse --short HEAD)
Expand Down

0 comments on commit bdb9243

Please sign in to comment.