summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-01-04 22:19:11 +0100
committerTao Bao <tbao@google.com>2018-04-28 06:13:57 +0200
commit9a319f01f8768a1342c3f1c684f04c112a51f45c (patch)
tree78ab4e2c4138f54be8a2f112de0246b1dc0d8898 /Android.bp
parentMerge "recovery: Revoke (most of) short options." (diff)
downloadandroid_bootable_recovery-9a319f01f8768a1342c3f1c684f04c112a51f45c.tar
android_bootable_recovery-9a319f01f8768a1342c3f1c684f04c112a51f45c.tar.gz
android_bootable_recovery-9a319f01f8768a1342c3f1c684f04c112a51f45c.tar.bz2
android_bootable_recovery-9a319f01f8768a1342c3f1c684f04c112a51f45c.tar.lz
android_bootable_recovery-9a319f01f8768a1342c3f1c684f04c112a51f45c.tar.xz
android_bootable_recovery-9a319f01f8768a1342c3f1c684f04c112a51f45c.tar.zst
android_bootable_recovery-9a319f01f8768a1342c3f1c684f04c112a51f45c.zip
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp16
1 files changed, 0 insertions, 16 deletions
diff --git a/Android.bp b/Android.bp
index 6c04504ea..9ad961d5b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -61,22 +61,6 @@ cc_library_static {
}
cc_library_static {
- name: "libmounts",
-
- defaults: [
- "recovery_defaults",
- ],
-
- srcs: [
- "mounts.cpp",
- ],
-
- static_libs: [
- "libbase",
- ],
-}
-
-cc_library_static {
name: "libverifier",
defaults: [