Home
last modified time | relevance | path

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

/aosp12/packages/modules/ArtPrebuilt/
H A Dupdate-art-module-prebuilts.py92 def rewrite_bp_for_art_module_source_build(bp_path): argument
95 .format(bp_path))
96 bp_file = open(bp_path, "r+")
355 bp_path = os.path.join(entry.install_path, "Android.bp")
356 if os.path.exists(bp_path):
357 rewrite_bp_for_art_module_source_build(bp_path)