blob: 326e1134e86475be624bf732c97bcc8ae622e3b1 [file] [log] [blame]
Dees Troy4dff2e62013-11-10 04:11:43 +00001#
2# These flags represent the build-time configuration of scrypt for Android
3#
4# The value of $(scrypt_cflags) was pruned from the Makefile generated
5# by running ./configure from import_scrypt.sh.
6#
7# This script performs minor but required patching for the Android build.
8#
9
10LOCAL_CFLAGS += $(scrypt_cflags)
11
12# Add in flags to let config.h be read properly
13LOCAL_CFLAGS += "-DHAVE_CONFIG_H"
14
15# Add clang here when it works on host
16# LOCAL_CLANG := true