Skip to content

Commit 4de0f1b

Browse files
committed
Updat epaths
1 parent 23fb73e commit 4de0f1b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/download-tools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,13 @@ def move_files_to_lib():
6767
adb_path = (
6868
Path(__file__).parent.joinpath(Path(os.sep.join(["..", "tools", "platform-tools", "adb"]))).resolve()
6969
)
70+
logger.info(adb_path)
7071
adb_target_path = (
7172
Path(__file__)
7273
.parent.joinpath(Path(os.sep.join(["..", "openandroidinstaller", "bin", "adb"])))
7374
.resolve()
7475
)
76+
logger.info(adb_target_path)
7577
adb_path.rename(adb_target_path)
7678
# move fastboot
7779
fb_path = (

0 commit comments

Comments
 (0)