The Android Open Source Project | 656d9c7 | 2009-03-03 19:30:25 -0800 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
| 2 | |
Brian Carlstrom | 9b4b062 | 2012-07-25 22:55:33 -0700 | [diff] [blame] | 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 | |
Brian Carlstrom | 8dc607f | 2012-04-07 20:52:47 -0700 | [diff] [blame] | 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. |
Colin Cross | b95c4f9 | 2014-01-29 23:14:38 -0800 | [diff] [blame] | 10 | include $(LOCAL_PATH)/build-config-64.mk |
| 11 | include $(LOCAL_PATH)/build-config-32.mk |
Brian Carlstrom | 8dc607f | 2012-04-07 20:52:47 -0700 | [diff] [blame] | 12 | include $(LOCAL_PATH)/Crypto.mk |
| 13 | include $(LOCAL_PATH)/Ssl.mk |
| 14 | include $(LOCAL_PATH)/Apps.mk |