Merge "Fix optimize.proguard_flags_files typo"

This commit is contained in:
Colin Cross 2018-05-24 17:18:31 +00:00 committed by Gerrit Code Review
commit 8f09cd34b6
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ func init() {
"LOCAL_ANNOTATION_PROCESSOR_CLASSES": "annotation_processor_classes",
"LOCAL_PROGUARD_FLAGS": "optimize.proguard_flags",
"LOCAL_PROGUARD_FLAG_FILES": "optimize.proguard_flag_files",
"LOCAL_PROGUARD_FLAG_FILES": "optimize.proguard_flags_files",
// These will be rewritten to libs/static_libs by bpfix, after their presence is used to convert
// java_library_static to android_library.