Searched refs:renameProperty (Results 1 – 1 of 1) sorted by relevance
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 343 renameProperty(mod, "srcs", "jars") 346 renameProperty(mod, "srcs", "aars") 430 renameProperty(mod, "shared_libs", "libs") 431 renameProperty(mod, "android_libs", "libs") 432 renameProperty(mod, "android_static_libs", "static_libs") 649 renameProperty(mod, "sub_dir", "relative_install_path") 932 renameProperty(mod, "srcs", "apk") 1387 func renameProperty(mod *parser.Module, from, to string) { func
|