summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Lawrence <paullawrence@google.com>2014-03-03 20:22:49 +0100
committerPaul Lawrence <paullawrence@google.com>2014-03-03 23:14:24 +0100
commita8c56072ecf826d5a1c49ea8d180092e7d6496e9 (patch)
tree9e56d3bd09c505f9e27d19e09ea4a5a3cea7140d
parentam 49968f09: am 2f173bde: Merge "ADB sideload command not work" (diff)
downloadandroid_bootable_recovery-a8c56072ecf826d5a1c49ea8d180092e7d6496e9.tar
android_bootable_recovery-a8c56072ecf826d5a1c49ea8d180092e7d6496e9.tar.gz
android_bootable_recovery-a8c56072ecf826d5a1c49ea8d180092e7d6496e9.tar.bz2
android_bootable_recovery-a8c56072ecf826d5a1c49ea8d180092e7d6496e9.tar.lz
android_bootable_recovery-a8c56072ecf826d5a1c49ea8d180092e7d6496e9.tar.xz
android_bootable_recovery-a8c56072ecf826d5a1c49ea8d180092e7d6496e9.tar.zst
android_bootable_recovery-a8c56072ecf826d5a1c49ea8d180092e7d6496e9.zip
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index c910e7db7..3b899b5fc 100644
--- a/Android.mk
+++ b/Android.mk
@@ -75,6 +75,7 @@ else
endif
LOCAL_C_INCLUDES += system/extras/ext4_utils
+LOCAL_C_INCLUDES += external/openssl/include
include $(BUILD_EXECUTABLE)