Dees Troy | 4dff2e6 | 2013-11-10 04:11:43 +0000 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
| 2 | |
| 3 | # Enable to be able to use ALOG* with #include "cutils/log.h" |
| 4 | #log_c_includes += system/core/include |
| 5 | #log_shared_libraries := liblog |
| 6 | |
| 7 | # These makefiles are here instead of being Android.mk files in the |
| 8 | # respective crypto, ssl, and apps directories so |
| 9 | # that import_openssl.sh import won't remove them. |
| 10 | include $(LOCAL_PATH)/build-config.mk |
| 11 | include $(LOCAL_PATH)/Scrypt.mk |
Ethan Yonker | 253368a | 2014-11-25 15:00:52 -0600 | [diff] [blame] | 12 | |
| 13 | include $(LOCAL_PATH)/tests/Android.mk |