Merge "ndkabidump: switch to .stg format" into main am: b417397c18
Original change: https://android-review.googlesource.com/c/platform/development/+/2646374 Change-Id: I86ee42d60181eeac5587e53d605ac55e5f3b4e7d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -58,7 +58,7 @@ class Updater:
|
||||
prebuilts_project = self.src_dir / "prebuilts/abi-dumps"
|
||||
prebuilts_dir = prebuilts_project / "ndk"
|
||||
abi_out = self.build_dir / "soong/abi-dumps/ndk"
|
||||
for dump in abi_out.glob("**/abi.xml"):
|
||||
for dump in abi_out.glob("**/abi.stg"):
|
||||
install_path = prebuilts_dir / dump.relative_to(abi_out)
|
||||
install_dir = install_path.parent
|
||||
if not install_dir.exists():
|
||||
|
||||
Reference in New Issue
Block a user