Home
last modified time | relevance | path

Searched refs:renameProperty (Results 1 – 1 of 1) sorted by relevance

/aosp12/build/soong/bpfix/bpfix/
H A Dbpfix.go291 renameProperty(mod, "srcs", "jars")
294 renameProperty(mod, "srcs", "aars")
378 renameProperty(mod, "shared_libs", "libs")
379 renameProperty(mod, "android_libs", "libs")
380 renameProperty(mod, "android_static_libs", "static_libs")
588 renameProperty(mod, "sub_dir", "relative_install_dir")
845 renameProperty(mod, "srcs", "apk")
1258 func renameProperty(mod *parser.Module, from, to string) { func