brillo_uefi_x86_64: Additional build fixes.

BUG=None
TEST=Builds again.

Change-Id: Iff0cae7a78c9025efb84adfd0309ae10d3e93d94
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_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_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 := \