summaryrefslogtreecommitdiffstats
path: root/tools/dumpkey/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2018-10-29 19:14:09 +0100
committerTianjie Xu <xunchang@google.com>2018-10-29 19:14:09 +0100
commitaeec0b2076f229f15e465ae630d26e88f7b3a8f1 (patch)
treea9bca06849c4f85f21da12fdfc21bcb99bed7a76 /tools/dumpkey/Android.bp
parentMerge "Remove the load_keys function" (diff)
downloadandroid_bootable_recovery-aeec0b2076f229f15e465ae630d26e88f7b3a8f1.tar
android_bootable_recovery-aeec0b2076f229f15e465ae630d26e88f7b3a8f1.tar.gz
android_bootable_recovery-aeec0b2076f229f15e465ae630d26e88f7b3a8f1.tar.bz2
android_bootable_recovery-aeec0b2076f229f15e465ae630d26e88f7b3a8f1.tar.lz
android_bootable_recovery-aeec0b2076f229f15e465ae630d26e88f7b3a8f1.tar.xz
android_bootable_recovery-aeec0b2076f229f15e465ae630d26e88f7b3a8f1.tar.zst
android_bootable_recovery-aeec0b2076f229f15e465ae630d26e88f7b3a8f1.zip
Diffstat (limited to 'tools/dumpkey/Android.bp')
-rw-r--r--tools/dumpkey/Android.bp27
1 files changed, 0 insertions, 27 deletions
diff --git a/tools/dumpkey/Android.bp b/tools/dumpkey/Android.bp
deleted file mode 100644
index eb45e3176..000000000
--- a/tools/dumpkey/Android.bp
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright (C) 2018 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.
-
-java_library_host {
- name: "dumpkey",
-
- manifest: "DumpPublicKey.mf",
-
- srcs: [
- "DumpPublicKey.java",
- ],
-
- static_libs: [
- "bouncycastle-host",
- ],
-}