Merge "Don't include data resources when running R8" am: 75e1c77f1b am: cfc4e3ec90

am: a60ee3f917

Change-Id: I0443f2ba5b327243f3bb491ff4211f4d12ea00c8
This commit is contained in:
Søren Gjesse 2018-09-17 23:47:28 -07:00 committed by android-build-merger
commit 56094acb4a
1 changed files with 1 additions and 0 deletions

View File

@ -2821,6 +2821,7 @@ define transform-jar-to-dex-r8
$(hide) rm -f $(PRIVATE_PROGUARD_DICTIONARY)
$(hide) $(R8_COMPAT_PROGUARD) -injars '$<' \
--min-api $(PRIVATE_MIN_SDK_VERSION) \
--no-data-resources \
--force-proguard-compatibility --output $(subst classes.dex,,$@) \
$(PRIVATE_PROGUARD_FLAGS) \
$(addprefix -injars , $(PRIVATE_EXTRA_INPUT_JAR)) \