1 # 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 10 LOCAL_CFLAGS += $(scrypt_cflags) 11 12 # Add in flags to let config.h be read properly 13 LOCAL_CFLAGS += "-DHAVE_CONFIG_H" 14 15 # Add clang here when it works on host 16 # LOCAL_CLANG := true 17