blob: e339c7ce205c07a7833cff5d304ae4e6268ce27e [file] [log] [blame]
Pirama Arumuga Nainar42517512018-02-22 17:23:05 -08001//
2// Copyright (C) 2018 The Android Open Source Project
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0
9//
10// Unless required by applicable law or agreed to in writing, software
11// distributed under the License is distributed on an "AS IS" BASIS,
12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13// See the License for the specific language governing permissions and
14// limitations under the License.
15//
16
17// -----------------------------------------------------------------------------
18// Export shared libraries for host tools (libLLVM, libclang, libc++) in a
19// filegroup. These are exported only when the LLVM_BUILD_HOST_TOOLS
20// environment variable is set.
21// -----------------------------------------------------------------------------
22
23llvm_darwin_filegroup {
24 name: "libLLVM_darwin",
25}
26
27llvm_darwin_filegroup {
Logan Chien3106df92018-10-12 15:50:34 +080028 name: "libclang_cxx_darwin",
Pirama Arumuga Nainar42517512018-02-22 17:23:05 -080029}
30
31llvm_darwin_filegroup {
32 name: "libc++_darwin",
33}
Logan Chien3106df92018-10-12 15:50:34 +080034
35llvm_darwin_filegroup {
36 name: "libc++abi_darwin",
37}