commit | 3bae96b3b0c446b185adc9d56a8e1c47edc73116 | [log] [tgz] |
---|---|---|
author | Christoffer Quist Adamsen <christofferqa@google.com> | Wed Feb 24 07:25:18 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 24 07:25:18 2021 +0000 |
tree | 55851c77179f1551cd4bfb3645f384ec99ab91e1 | |
parent | fbabf703948babf3ded4f80a291694f02d6c1a92 [diff] | |
parent | 40c399732cb9e9c83c2810116f07a6ca0753378a [diff] |
Merge "Allow missing classes in R8 mk builds"
diff --git a/core/definitions.mk b/core/definitions.mk index de95890..2883f0d 100644 --- a/core/definitions.mk +++ b/core/definitions.mk
@@ -2787,7 +2787,8 @@ $(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