aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLingfeng Yang <lfy@google.com>2020-11-17 20:57:02 -0800
committerLingfeng Yang <lfy@google.com>2020-11-19 15:07:46 -0800
commita4b4063d6370bac4118522a798f181b890060b28 (patch)
tree51e133739081d2b6a897b90a723819efd6ca403c
parent424aafed03e69ee5aaa52ff7ae101adb1a1bc688 (diff)
downloadcuttlefish_vmm-a4b4063d6370bac4118522a798f181b890060b28.tar.gz
Remove cc_prebuilt_library rules for gfxstream
Bug: 171711491 Change-Id: If1a43ec89c51ee7cd73ee0af321456e0055b9a4b
-rw-r--r--Android.bp51
-rwxr-xr-xx86_64-linux-gnu/bin/libOpenglRender.sobin4134152 -> 0 bytes
-rwxr-xr-xx86_64-linux-gnu/bin/libandroid-emu-shared.sobin3468032 -> 0 bytes
-rwxr-xr-xx86_64-linux-gnu/bin/libc++.so.1bin887552 -> 0 bytes
-rwxr-xr-xx86_64-linux-gnu/bin/libemugl_common.sobin210328 -> 0 bytes
-rwxr-xr-xx86_64-linux-gnu/bin/libgfxstream_backend.sobin89416 -> 0 bytes
6 files changed, 0 insertions, 51 deletions
diff --git a/Android.bp b/Android.bp
deleted file mode 100644
index 183c89c..0000000
--- a/Android.bp
+++ /dev/null
@@ -1,51 +0,0 @@
-// Autogenerated via gen_android_bp.sh
-//
-// Copyright (C) 2019 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_prebuilt_binary {
- name: "x86_64_linux_gnu_libandroid_emu_shared.so_for_crosvm",
- srcs: ["x86_64-linux-gnu/bin/libandroid-emu-shared.so"],
- stem: "libandroid-emu-shared.so",
- relative_install_path: "x86_64-linux-gnu",
- defaults: ["cuttlefish_host_only"],
-}
-cc_prebuilt_binary {
- name: "x86_64_linux_gnu_libc++.so.1_for_crosvm",
- srcs: ["x86_64-linux-gnu/bin/libc++.so.1"],
- stem: "libc++.so.1",
- relative_install_path: "x86_64-linux-gnu",
- defaults: ["cuttlefish_host_only"],
-}
-cc_prebuilt_binary {
- name: "x86_64_linux_gnu_libemugl_common.so_for_crosvm",
- srcs: ["x86_64-linux-gnu/bin/libemugl_common.so"],
- stem: "libemugl_common.so",
- relative_install_path: "x86_64-linux-gnu",
- defaults: ["cuttlefish_host_only"],
-}
-cc_prebuilt_binary {
- name: "x86_64_linux_gnu_libgfxstream_backend.so_for_crosvm",
- srcs: ["x86_64-linux-gnu/bin/libgfxstream_backend.so"],
- stem: "libgfxstream_backend.so",
- relative_install_path: "x86_64-linux-gnu",
- defaults: ["cuttlefish_host_only"],
-}
-cc_prebuilt_binary {
- name: "x86_64_linux_gnu_libOpenglRender.so_for_crosvm",
- srcs: ["x86_64-linux-gnu/bin/libOpenglRender.so"],
- stem: "libOpenglRender.so",
- relative_install_path: "x86_64-linux-gnu",
- defaults: ["cuttlefish_host_only"],
-}
diff --git a/x86_64-linux-gnu/bin/libOpenglRender.so b/x86_64-linux-gnu/bin/libOpenglRender.so
deleted file mode 100755
index 3cf7703..0000000
--- a/x86_64-linux-gnu/bin/libOpenglRender.so
+++ /dev/null
Binary files differ
diff --git a/x86_64-linux-gnu/bin/libandroid-emu-shared.so b/x86_64-linux-gnu/bin/libandroid-emu-shared.so
deleted file mode 100755
index 93c95af..0000000
--- a/x86_64-linux-gnu/bin/libandroid-emu-shared.so
+++ /dev/null
Binary files differ
diff --git a/x86_64-linux-gnu/bin/libc++.so.1 b/x86_64-linux-gnu/bin/libc++.so.1
deleted file mode 100755
index e8f4a1a..0000000
--- a/x86_64-linux-gnu/bin/libc++.so.1
+++ /dev/null
Binary files differ
diff --git a/x86_64-linux-gnu/bin/libemugl_common.so b/x86_64-linux-gnu/bin/libemugl_common.so
deleted file mode 100755
index 2ec868d..0000000
--- a/x86_64-linux-gnu/bin/libemugl_common.so
+++ /dev/null
Binary files differ
diff --git a/x86_64-linux-gnu/bin/libgfxstream_backend.so b/x86_64-linux-gnu/bin/libgfxstream_backend.so
deleted file mode 100755
index 47f0200..0000000
--- a/x86_64-linux-gnu/bin/libgfxstream_backend.so
+++ /dev/null
Binary files differ