aboutsummaryrefslogtreecommitdiffstats
path: root/cc/config/global.go
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-08-13 07:33:17 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-13 07:33:17 +0000
commitb690d509c71cc09de5d478ad06d532a01bf636a1 (patch)
treecc7acdf8d786078b263a1cd7f68b5bbc03b2bc8c /cc/config/global.go
parent0a81d326546d738d988418ffc4e9d57cadeadfc5 (diff)
parente43392af4a95cc949c02b84dbfbe6eabb8a5c0b5 (diff)
downloadbuild_soong-b690d509c71cc09de5d478ad06d532a01bf636a1.tar.gz
build_soong-b690d509c71cc09de5d478ad06d532a01bf636a1.tar.bz2
build_soong-b690d509c71cc09de5d478ad06d532a01bf636a1.zip
release-request-68cc9b2a-98ae-4fbf-8b56-3e535855f399-for-git_oc-mr1-release-4269864 snap-temp-L25700000092502312
Change-Id: Ib1fe2d734e1bc3c131e460729c3c3e7bc211e693
Diffstat (limited to 'cc/config/global.go')
-rw-r--r--cc/config/global.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/cc/config/global.go b/cc/config/global.go
index 65a211c6..56de3513 100644
--- a/cc/config/global.go
+++ b/cc/config/global.go
@@ -185,17 +185,6 @@ func bionicHeaders(bionicArch, kernelArch string) string {
}, " ")
}
-func VndkLibraries() []string {
- return []string{}
-}
-
-// This needs to be kept up to date with the list in system/core/rootdir/etc/ld.config.txt:
-// [vendor]
-// namespace.default.link.system.shared_libs
-func LLndkLibraries() []string {
- return []string{"libc", "libm", "libdl", "liblog", "libandroid_net", "ld-android", "libvndksupport", "libnativewindow"}
-}
-
func replaceFirst(slice []string, from, to string) {
if slice[0] != from {
panic(fmt.Errorf("Expected %q, found %q", from, to))