blob: 326e1134e86475be624bf732c97bcc8ae622e3b1 [file] [log] [blame]
#
# 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