Remove "_static" and "_host" suffix from libext4_utils.

Bug: 34220783
Change-Id: I967dbaa9c48ad1feed2369c3a40f745b86a350f8
diff --git a/fastboot/Android.mk b/fastboot/Android.mk
index 286de5b..26333f9 100644
--- a/fastboot/Android.mk
+++ b/fastboot/Android.mk
@@ -57,7 +57,7 @@
 
 LOCAL_STATIC_LIBRARIES := \
     libziparchive \
-    libext4_utils_host \
+    libext4_utils \
     libsparse_host \
     libutils \
     liblog \