9 lines
169 B
Batchfile
9 lines
169 B
Batchfile
@echo off
|
|
|
|
set TOOLCHAIN_PATH=.\win
|
|
set HAP_PATH=..\hap
|
|
|
|
cd %TOOLCHAIN_PATH%
|
|
.\hdc.exe file send %HAP_PATH%\libjudgesdk.z.so /system/lib/module/
|
|
echo "all success"
|
|
pause |