Merge "Allow missing classes in R8 mk builds"
This commit is contained in:
commit
3bae96b3b0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue