This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
platform_build_soong
mirror of
https://gitee.com/openkylin/platform_build_soong.git
Watch
9
Star
0
Fork
You've already forked platform_build_soong
0
Code
Issues
Projects
Releases
Wiki
Activity
8465094252
platform_build_soong
/
scripts
/
copygcclib.sh
8 lines
96 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash -e
OUT
=
$1
shift
LIBPATH
=
$(
$@
)
cp -f
$LIBPATH
$OUT
echo
"
$OUT
:
$LIBPATH
"
>
${
OUT
}
.d
Reference in New Issue
View Git Blame
Copy Permalink