forked from openkylin/platform_build
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:
parent
d81abe7412
commit
40c399732c
|
@ -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