summaryrefslogtreecommitdiff
path: root/verity
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-07-21 14:16:53 -0700
committerDan Willemsen <dwillemsen@google.com>2016-07-21 14:16:53 -0700
commit1eb72560e975fba1003f047fc650f8fdaa6246a3 (patch)
treefb3a4385e554a626026a8dd27871461bb0702f4d /verity
parenta33edd664d194e03ca25220f8657e2610449d632 (diff)
downloadextras-1eb72560e975fba1003f047fc650f8fdaa6246a3.tar.gz
Rename lib{crypto,ssl}-host to lib{crypto,ssl}
There's no need to use a different name for target and host moudles. In Soong, it's better to use the same for both, as target and host modules can be defined at the same time. Change-Id: I4b3ffd0b4abcd10490578d623ae140df5c19dc76
Diffstat (limited to 'verity')
-rw-r--r--verity/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/verity/Android.mk b/verity/Android.mk
index ffa4a2c2..1a7351f0 100644
--- a/verity/Android.mk
+++ b/verity/Android.mk
@@ -7,7 +7,7 @@ LOCAL_MODULE := verify_boot_signature
LOCAL_SRC_FILES := verify_boot_signature.c
LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_MODULE_TAGS := optional
-LOCAL_SHARED_LIBRARIES := libcrypto-host
+LOCAL_SHARED_LIBRARIES := libcrypto
LOCAL_C_INCLUDES += external/openssl/include system/extras/ext4_utils system/core/mkbootimg
include $(BUILD_HOST_EXECUTABLE)
@@ -18,7 +18,7 @@ LOCAL_MODULE := generate_verity_key
LOCAL_SRC_FILES := generate_verity_key.c
LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_MODULE_TAGS := optional
-LOCAL_SHARED_LIBRARIES := libcrypto_utils libcrypto-host
+LOCAL_SHARED_LIBRARIES := libcrypto_utils libcrypto
include $(BUILD_HOST_EXECUTABLE)
include $(CLEAR_VARS)
@@ -85,7 +85,7 @@ LOCAL_MODULE := build_verity_tree
LOCAL_SRC_FILES := build_verity_tree.cpp
LOCAL_MODULE_TAGS := optional
LOCAL_STATIC_LIBRARIES := libsparse_host libz
-LOCAL_SHARED_LIBRARIES := libcrypto-host libbase
+LOCAL_SHARED_LIBRARIES := libcrypto libbase
LOCAL_CFLAGS += -Wall -Werror
include $(BUILD_HOST_EXECUTABLE)