summaryrefslogtreecommitdiff
path: root/android-config.mk
blob: 326e1134e86475be624bf732c97bcc8ae622e3b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# These flags represent the build-time configuration of scrypt for Android
#
# The value of $(scrypt_cflags) was pruned from the Makefile generated
# by running ./configure from import_scrypt.sh.
#
# This script performs minor but required patching for the Android build.
#

LOCAL_CFLAGS += $(scrypt_cflags)

# Add in flags to let config.h be read properly
LOCAL_CFLAGS += "-DHAVE_CONFIG_H"

# Add clang here when it works on host
# LOCAL_CLANG := true