am 8c934ac6: Remove workaround now unneeded with Proguard 5.1

* commit '8c934ac65c7c361040d9c181fdb4bd258644fd53':
  Remove workaround now unneeded with Proguard 5.1
diff --git a/Android.mk b/Android.mk
index 0917793..c5482b4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,9 +14,6 @@
 
 LOCAL_PROGUARD_FLAGS := $(proguard.flags)
 
-# Workaround for "local variable type mismatch" error.
-LOCAL_DX_FLAGS += --no-locals
-
 include $(BUILD_PACKAGE)
 
 # Build the test package.