Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlizarraga committed Dec 22, 2024
1 parent 6562433 commit 0bbf3af
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 @@ -128,7 +128,7 @@ def _build_aar(args):
# TODO: Remove
abi_build_dir_files = os.listdir(abi_build_dir)
print("[REMOVE]: {abi_build_dir=} contents:")
print(abi_jnilibs_dir_files)
print(abi_build_dir_files)

# create symbolic links for libonnxruntime.so and libonnxruntime4j_jni.so
# to jnilibs/[abi] for later compiling the aar package
Expand Down

0 comments on commit 0bbf3af

Please sign in to comment.