Merge "Initialize common_proguard_flags for each module"
am: 793147469e
Change-Id: Ib88a684a67ecc89927c0593fe97e85028bfbcbf7
This commit is contained in:
commit
25ed10e122
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ legacy_proguard_lib_deps := $(my_proguard_sdk_raise) \
|
|||
legacy_proguard_flags += -printmapping $(proguard_dictionary)
|
||||
legacy_proguard_flags += -printconfiguration $(proguard_configuration)
|
||||
|
||||
common_proguard_flags :=
|
||||
common_proguard_flag_files := $(BUILD_SYSTEM)/proguard.flags
|
||||
ifneq ($(LOCAL_INSTRUMENTATION_FOR)$(filter tests,$(LOCAL_MODULE_TAGS)),)
|
||||
common_proguard_flags += -dontshrink # don't shrink tests by default
|
||||
|
|
Loading…
Reference in a new issue