Remove debug tag, as clatd is now built by default

https://googleplex-android-review.googlesource.com/285000
adds clatd to generic_no_telephony.mk, so clatd will be included
on both user and debug builds.

Bug: 8276725
Change-Id: I4b5292b6c48740f2ee3ac246f8ccd11c6ee3fdd8
diff --git a/Android.mk b/Android.mk
index 6264b5a..c31a361 100644
--- a/Android.mk
+++ b/Android.mk
@@ -7,8 +7,6 @@
 LOCAL_STATIC_LIBRARIES := libnl_2
 LOCAL_SHARED_LIBRARIES := libcutils
 
-LOCAL_MODULE_TAGS := debug
-
 LOCAL_MODULE := clatd
 
 include $(BUILD_EXECUTABLE)