forked from openkylin/platform_build
Merge "Remove passing -forceprocessing flag to R8"
This commit is contained in:
commit
d97822a5f7
|
@ -413,8 +413,6 @@ legacy_proguard_lib_deps := $(my_proguard_sdk_raise) \
|
||||||
legacy_proguard_flags += -printmapping $(proguard_dictionary)
|
legacy_proguard_flags += -printmapping $(proguard_dictionary)
|
||||||
legacy_proguard_flags += -printconfiguration $(proguard_configuration)
|
legacy_proguard_flags += -printconfiguration $(proguard_configuration)
|
||||||
|
|
||||||
common_proguard_flags := -forceprocessing
|
|
||||||
|
|
||||||
common_proguard_flag_files := $(BUILD_SYSTEM)/proguard.flags
|
common_proguard_flag_files := $(BUILD_SYSTEM)/proguard.flags
|
||||||
ifneq ($(LOCAL_INSTRUMENTATION_FOR)$(filter tests,$(LOCAL_MODULE_TAGS)),)
|
ifneq ($(LOCAL_INSTRUMENTATION_FOR)$(filter tests,$(LOCAL_MODULE_TAGS)),)
|
||||||
common_proguard_flags += -dontshrink # don't shrink tests by default
|
common_proguard_flags += -dontshrink # don't shrink tests by default
|
||||||
|
|
Loading…
Reference in New Issue