Fix LOCAL_CXX_STL translation (now maps to stl).

Change-Id: Ib365255bfa1cdd80ac87b8ed452e70410ea0eb3c
This commit is contained in:
Dan Albert
2015-03-18 15:34:50 -07:00
parent c472d57f57
commit 483665904f

View File

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