aboutsummaryrefslogtreecommitdiff
path: root/core/tests/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/tests/Android.mk')
-rw-r--r--core/tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/Android.mk b/core/tests/Android.mk
index 1be8329..382ed25 100644
--- a/core/tests/Android.mk
+++ b/core/tests/Android.mk
@@ -25,5 +25,5 @@ LOCAL_SRC_FILES := \
LOCAL_CFLAGS := -Wall -Werror -Wextra -DHAS_GTEST
LOCAL_CLANG := true
LOCAL_STATIC_LIBRARIES := libnvram-core-host
-LOCAL_SHARED_LIBRARIES := libnvram-messages-host libcrypto
+LOCAL_SHARED_LIBRARIES := libnvram-messages libcrypto
include $(BUILD_HOST_NATIVE_TEST)