summaryrefslogtreecommitdiff
path: root/tools/host_controller/Android.bp
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2020-10-05 11:16:35 -0700
committerDan Shi <dshi@google.com>2020-10-05 11:17:18 -0700
commit376757b0ba5400f0201cf56d37639a28384f136c (patch)
tree44844efda6427314e40c57463b95f55c6c7f22c2 /tools/host_controller/Android.bp
parent25ce77d194716a2df781bb74104c8460b5ff9432 (diff)
downloadframework-376757b0ba5400f0201cf56d37639a28384f136c.tar.gz
Remove vtf related configs
Bug: 170120989 Test: build Change-Id: Icabf5247cd1e25db6f7800cfdb0a2a5b0b829e75
Diffstat (limited to 'tools/host_controller/Android.bp')
-rw-r--r--tools/host_controller/Android.bp18
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/host_controller/Android.bp b/tools/host_controller/Android.bp
deleted file mode 100644
index 174ac4a..0000000
--- a/tools/host_controller/Android.bp
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (C) 2017 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.
-
-sh_binary_host {
- name: "run",
- src: "run",
-}