Allow missing classes in R8 mk builds

Bug: 180878971
Bug: 72683872
Test: TARGET_PRODUCT=aosp_arm64 m -j core-oj
Change-Id: I4e3d49d4d8aa7e373bae6710db57f503eb95fab1
This commit is contained in:
Christoffer Quist Adamsen 2021-02-22 13:20:51 +01:00
parent d81abe7412
commit 40c399732c
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