Update androidmk translator am: 1f7c527ee9
am: 0e076bb144
am: f4b162dc99
* commit 'f4b162dc99e3fcc9d2e34689d69ef7e90a7794a0':
Update androidmk translator
Change-Id: I77cdb1770b723fb5cc9ed1473cd46fd8bc6494f4
This commit is contained in:
@@ -33,6 +33,7 @@ var standardProperties = map[string]struct {
|
||||
|
||||
// List properties
|
||||
"LOCAL_SRC_FILES": {"srcs", bpparser.List},
|
||||
"LOCAL_SRC_FILES_EXCLUDE": {"exclude_srcs", bpparser.List},
|
||||
"LOCAL_SHARED_LIBRARIES": {"shared_libs", bpparser.List},
|
||||
"LOCAL_STATIC_LIBRARIES": {"static_libs", bpparser.List},
|
||||
"LOCAL_WHOLE_STATIC_LIBRARIES": {"whole_static_libs", bpparser.List},
|
||||
@@ -314,7 +315,7 @@ var deleteProperties = map[string]struct{}{
|
||||
|
||||
var propertyPrefixes = map[string]string{
|
||||
"arm": "arch.arm",
|
||||
"arm64": "arm.arm64",
|
||||
"arm64": "arch.arm64",
|
||||
"mips": "arch.mips",
|
||||
"mips64": "arch.mips64",
|
||||
"x86": "arch.x86",
|
||||
|
Reference in New Issue
Block a user