aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen2018-10-07 20:16:48 -0500
committerDan Willemsen2018-10-08 01:50:34 -0500
commitfeea4dff66d705f9b036378ac44876f0935ede72 (patch)
tree4a790a451d032b0445acc418fa1164cb71947707 /scripts
parentf4fe9dcbd2a32e24e754868252efe586a1df6766 (diff)
downloadplatform-build-soong-feea4dff66d705f9b036378ac44876f0935ede72.tar.gz
platform-build-soong-feea4dff66d705f9b036378ac44876f0935ede72.tar.xz
platform-build-soong-feea4dff66d705f9b036378ac44876f0935ede72.zip
Stop using GCC in toolchain_library
Instead, hardcode the ~dozen paths into build/soong/Android.bp, which will unblock removing more GCC support. Bug: 114286031 Test: m Change-Id: I2508432e00b1469141f01e667f3c6a2fe30cd805
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/copygcclib.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/scripts/copygcclib.sh b/scripts/copygcclib.sh
deleted file mode 100755
index 28359fc9..00000000
--- a/scripts/copygcclib.sh
+++ /dev/null
@@ -1,21 +0,0 @@
1#!/bin/bash -e
2
3# Copyright 2017 Google Inc. All rights reserved.
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
17OUT=$1
18shift
19LIBPATH=$($@ | sed -e "s|^$PWD/||")
20cp -f $LIBPATH $OUT
21echo "$OUT: $LIBPATH" > ${OUT}.d