Skip to content

Commit

Permalink
fix another type in temporary logging code for debugging android qnn …
Browse files Browse the repository at this point in the history
…java
  • Loading branch information
adrianlizarraga committed Dec 22, 2024
1 parent 0bbf3af commit c04176a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci_build/github/android/build_aar_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def _build_aar(args):

os.makedirs(abi_exe_dir, exist_ok=True)
dest_exe_path = os.path.join(abi_exe_dir, exe_name)
print(f"[REMOVE]: Copying {src_exe_path} to {dst_exe_path}")
print(f"[REMOVE]: Copying {src_exe_path} to {dest_exe_path}")
shutil.copyfile(src_exe_path, dest_exe_path)

# TODO: Remove
Expand Down

0 comments on commit c04176a

Please sign in to comment.