summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <zeuthen@google.com>2016-08-22 22:24:56 -0400
committerDavid Zeuthen <zeuthen@google.com>2016-08-22 22:24:56 -0400
commite52b99550c47308ec752f6f2d02ab7558e6d4810 (patch)
tree7b666a8ffb030616c93f3e91c5e19c3e57ddd951
parentbe126cfcf0ecb1b5e5d0704af00452f2fa80de3f (diff)
downloadbrillo-e52b99550c47308ec752f6f2d02ab7558e6d4810.tar.gz
brillo_uefi_x86_64: Additional build fixes.
BUG=None TEST=Builds again. Change-Id: Iff0cae7a78c9025efb84adfd0309ae10d3e93d94
-rw-r--r--brillo_uefi_x86_64/make_misc_image/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/brillo_uefi_x86_64/make_misc_image/Android.mk b/brillo_uefi_x86_64/make_misc_image/Android.mk
index f7540ea..f1f3667 100644
--- a/brillo_uefi_x86_64/make_misc_image/Android.mk
+++ b/brillo_uefi_x86_64/make_misc_image/Android.mk
@@ -51,7 +51,7 @@ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../boot_loader/bub_util.h \
external/gtest/include
LOCAL_STATIC_LIBRARIES := \
- libmakemisc_host \
+ libbub_host \
libgmock_host \
libgtest_host
LOCAL_SHARED_LIBRARIES := \
@@ -80,7 +80,7 @@ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../boot_loader/bub_sysdeps.h \
$(LOCAL_PATH)/../boot_loader/bub_util.h
LOCAL_STATIC_LIBRARIES := \
- libmakemisc_host \
+ libbub_host \
libgmock_host \
libgtest_host
LOCAL_SHARED_LIBRARIES := \