commit | 3f40fa460d85b10646d383a3b6b01ea6d569b01b | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Jan 30 17:27:36 2015 -0800 |
committer | Colin Cross <ccross@android.com> | Fri Mar 13 20:28:16 2015 -0700 |
tree | 542d913a3f0f818042b503948869818a77e99ebc | |
parent | e441b9df9a68595d0dd7b8ed184aecb27c86054b [diff] [blame] |
Add soong_build primary builder Initial build logic for building android with soong. It can build a variety of C and C++ files for arm/arm64 and host. Change-Id: I10eb37c2c2a50be6af1bb5fd568c0962b9476bf0
diff --git a/copygcclib.sh b/copygcclib.sh new file mode 100755 index 0000000..93c52cc --- /dev/null +++ b/copygcclib.sh
@@ -0,0 +1,7 @@ +#!/bin/bash -e + +OUT=$1 +shift +LIBPATH=$($@) +cp -f $LIBPATH $OUT +echo "$OUT: $LIBPATH" > ${OUT}.d