Remove the "-host" suffix from libext2_uuid.

Bug: 34220783
Test: `make checkbuild`
Change-Id: Ie48f7a572a278c1c47390e36aab0307cb089c096
diff --git a/Android.mk b/Android.mk
index 245bd78..40219a2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -44,7 +44,7 @@
 LOCAL_SRC_FILES := $(sgdisk_src_files)
 LOCAL_CFLAGS += -Wno-unused-parameter -Werror
 
-LOCAL_SHARED_LIBRARIES := libext2_uuid-host
+LOCAL_SHARED_LIBRARIES := libext2_uuid
 
 LOCAL_MODULE := sgdisk_host
 LOCAL_MODULE_STEM := sgdisk