Retire fingerprint.goldfish

fingerprint.ranchu and fingerprint.goldfish
are exactly the same.

Bug: 145244672
Test: build
Change-Id: I6edf30ea928493b2d0e242e07a06daabfb2ed18a
Signed-off-by: Roman Kiryanov <rkir@google.com>
diff --git a/fingerprint/Android.mk b/fingerprint/Android.mk
index e282578..1713799 100644
--- a/fingerprint/Android.mk
+++ b/fingerprint/Android.mk
@@ -17,18 +17,6 @@
 include $(CLEAR_VARS)
 
 LOCAL_VENDOR_MODULE := true
-LOCAL_MODULE := fingerprint.goldfish
-LOCAL_MODULE_RELATIVE_PATH := hw
-LOCAL_C_INCLUDES += $(LOCAL_PATH)/../include
-LOCAL_SRC_FILES := fingerprint.c
-LOCAL_SHARED_LIBRARIES := liblog libcutils
-LOCAL_HEADER_LIBRARIES := libhardware_headers
-
-include $(BUILD_SHARED_LIBRARY)
-
-include $(CLEAR_VARS)
-
-LOCAL_VENDOR_MODULE := true
 LOCAL_MODULE := fingerprint.ranchu
 LOCAL_MODULE_RELATIVE_PATH := hw
 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../include