Merge "Fix LOCAL_CXX_STL translation (now maps to stl)." into master-soong

This commit is contained in:
Dan Albert
2015-03-19 06:23:33 +00:00
committed by Gerrit Code Review

View File

@@ -20,7 +20,7 @@ var stringProperties = map[string]string{
"LOCAL_MODULE": "name", "LOCAL_MODULE": "name",
"LOCAL_MODULE_STEM": "stem", "LOCAL_MODULE_STEM": "stem",
"LOCAL_MODULE_CLASS": "class", "LOCAL_MODULE_CLASS": "class",
"LOCAL_CXX_STL": "cxx_stl", "LOCAL_CXX_STL": "stl",
"LOCAL_STRIP_MODULE": "strip", "LOCAL_STRIP_MODULE": "strip",
"LOCAL_MULTILIB": "compile_multilib", "LOCAL_MULTILIB": "compile_multilib",
} }