Merge "Allow missing classes in R8 mk builds"

This commit is contained in:
Christoffer Quist Adamsen 2021-02-24 07:25:18 +00:00 committed by Gerrit Code Review
commit 3bae96b3b0
1 changed files with 2 additions and 1 deletions

View File

@ -2787,7 +2787,8 @@ $(hide) $(R8_WRAPPER) $(R8_COMPAT_PROGUARD) $(DEX_FLAGS) \
$(R8_DEBUG_MODE) \
$(PRIVATE_PROGUARD_FLAGS) \
$(addprefix -injars , $(PRIVATE_EXTRA_INPUT_JAR)) \
$(PRIVATE_DX_FLAGS)
$(PRIVATE_DX_FLAGS) \
-ignorewarnings
$(hide) touch $(PRIVATE_PROGUARD_DICTIONARY)
endef