android/mbedtls_vs_boringssl/common.mk

6 lines
217 B
Makefile
Raw Permalink Normal View History

2019-05-25 00:39:46 +01:00
# Constants and makefile shit used in build
mkfile_path = $(abspath $(lastword $(MAKEFILE_LIST)))
current_dir = $(notdir $(patsubst %/,%,$(dir $(mkfile_path))))
ANDROID_NDK = /opt/android-ndk
NDK_TARGETVER = 27