aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/hosts/android.mk
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2019-11-13 13:50:17 +0000
committerHoward Chu <hyc@symas.com>2019-11-17 13:44:07 +0000
commit024a1c7ddf0f510f149edb7f64aa54e100fd196f (patch)
treeacf22707c0e20e948ee4bf803644fd267f738c83 /contrib/depends/hosts/android.mk
parentgitian: add FreeBSD (diff)
downloadmonero-024a1c7ddf0f510f149edb7f64aa54e100fd196f.tar.xz
Add ARFLAGS
Needed to invoke deterministic mode on some archivers
Diffstat (limited to '')
-rw-r--r--contrib/depends/hosts/android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/depends/hosts/android.mk b/contrib/depends/hosts/android.mk
index 2a24435d4..d6f8b99dd 100644
--- a/contrib/depends/hosts/android.mk
+++ b/contrib/depends/hosts/android.mk
@@ -6,9 +6,11 @@ endif
android_CC=$(host_toolchain)clang
android_CXX=$(host_toolchain)clang++
+android_RANLIB=:
android_CFLAGS=-pipe
android_CXXFLAGS=$(android_CFLAGS)
+android_ARFLAGS=crsD
android_release_CFLAGS=-O2
android_release_CXXFLAGS=$(android_release_CFLAGS)