aboutsummaryrefslogtreecommitdiff
path: root/bcinfo/Wrap/Android.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-12-13 18:49:21 +0000
committerColin Cross <ccross@android.com>2016-12-13 18:49:21 +0000
commit7e4c6d72d977de3e3635bc7280f52ab737c1ad34 (patch)
tree4cccc7ea7933959f968b096f05978291259a1f5d /bcinfo/Wrap/Android.bp
parent5a2d24e315d79f735eeb8b6560118f10edbd6b05 (diff)
downloadlibbcc-7e4c6d72d977de3e3635bc7280f52ab737c1ad34.tar.gz
Revert "Convert libbcc to Android.bp"
This reverts commit 5a2d24e315d79f735eeb8b6560118f10edbd6b05. Reason for revert: breaks mac build Change-Id: I6429aaddea2c2cc1e71c5ab66d656392a112bd8f
Diffstat (limited to 'bcinfo/Wrap/Android.bp')
-rw-r--r--bcinfo/Wrap/Android.bp39
1 files changed, 0 insertions, 39 deletions
diff --git a/bcinfo/Wrap/Android.bp b/bcinfo/Wrap/Android.bp
deleted file mode 100644
index fc35623..0000000
--- a/bcinfo/Wrap/Android.bp
+++ /dev/null
@@ -1,39 +0,0 @@
-//
-// Copyright (C) 2012 The Android Open Source Project
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-
-cc_library_static {
- name: "libLLVMWrap",
- host_supported: true,
-
- srcs: [
- "bitcode_wrapperer.cpp",
- "file_wrapper_input.cpp",
- "file_wrapper_output.cpp",
- "in_memory_wrapper_input.cpp",
- "wrapper_output.cpp",
- ],
-
- target: {
- host: {
- cflags: ["-D__HOST__"],
- },
- windows: {
- enabled: true,
- },
- },
-
- include_dirs: ["frameworks/compile/libbcc/include"],
-}