diff --git a/core/java.mk b/core/java.mk index 19e4f1eaf2..9821c11b73 100644 --- a/core/java.mk +++ b/core/java.mk @@ -463,9 +463,6 @@ endif ifeq ($(filter obfuscation,$(LOCAL_PROGUARD_ENABLED)),) # By default no obfuscation common_proguard_flags += -dontobfuscate -# Workaround for b/80081393: R8 discards other attributes when -# -keepattributes *Annotations* is used, even when obfuscation is off. -common_proguard_flags += -keepattributes '*' endif # No obfuscation ifeq ($(filter optimization,$(LOCAL_PROGUARD_ENABLED)),) # By default no optimization