Merge "Fix optimize.proguard_flags_files typo"

am: 8f09cd34b6

Change-Id: Ic6c327de68c0e0ac98c6ed37042bca55b60a7d30
This commit is contained in:
Colin Cross
2018-05-24 13:20:10 -07:00
committed by android-build-merger

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.