summaryrefslogtreecommitdiff
path: root/verity/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-08-10 15:49:04 -0700
committerElliott Hughes <enh@google.com>2015-08-10 15:49:04 -0700
commitfa5185ea275da334fccafafb5ce21dedfc02e9a2 (patch)
treeb985a6fb7b73be64578dcfe3fa5f6223c1146ff5 /verity/Android.mk
parent4361173d8b9d348e9566f754044db3fedfdf47eb (diff)
downloadextras-fa5185ea275da334fccafafb5ce21dedfc02e9a2.tar.gz
Add <endian.h> back and stop building one tool for the Mac.
We can't stop building all this stuff until we clean up the build system to not require the OTA tools on Mac OS. This code does actually use htobe64 and so should have included <endian.h>, so put that back. Change-Id: I2807b4f237d3e26d470652f373f2de85864691c4
Diffstat (limited to 'verity/Android.mk')
-rw-r--r--verity/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/verity/Android.mk b/verity/Android.mk
index bbe74bb1..5db543bd 100644
--- a/verity/Android.mk
+++ b/verity/Android.mk
@@ -1,5 +1,7 @@
LOCAL_PATH:= $(call my-dir)
+ifeq ($(HOST_OS),linux)
+
include $(CLEAR_VARS)
LOCAL_MODULE := verify_boot_signature
LOCAL_SRC_FILES := verify_boot_signature.c
@@ -9,6 +11,8 @@ LOCAL_SHARED_LIBRARIES := libcrypto-host
LOCAL_C_INCLUDES += external/openssl/include system/extras/ext4_utils system/core/mkbootimg
include $(BUILD_HOST_EXECUTABLE)
+endif # HOST_OS == linux
+
include $(CLEAR_VARS)
LOCAL_MODULE := generate_verity_key
LOCAL_SRC_FILES := generate_verity_key.c