Dees Troy | 4dff2e6 | 2013-11-10 04:11:43 +0000 | [diff] [blame] | 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 |