We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf91362 commit c9c84caCopy full SHA for c9c84ca
Android.configure.mk
@@ -1,4 +1,14 @@
1
# This file is the top android makefile for all sub-modules.
2
+#
3
+# Suggested settings to build for Android:
4
5
+# export PATH=$PATH:/opt/android-ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/
6
+# export SYSROOT=/opt/android-ndk/platforms/android-9/arch-arm/usr/
7
+# export LD=arm-linux-androideabi-ld
8
+# export CC="arm-linux-androideabi-gcc --sysroot=/opt/android-ndk/platforms/android-9/arch-arm"
9
10
+# Then run autogen.sh, configure and make.
11
12
13
LOCAL_PATH := $(call my-dir)
14
include $(CLEAR_VARS)
0 commit comments