summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-04-28 18:55:49 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-04-28 18:55:49 +0200
commit1c1737b660bcff69c33f3e363ef96080f453900a (patch)
treebb50d5a59260de3dfe5784a97868df216fa18436 /Android.bp
parentMerge "recovery: Revoke (most of) short options." am: 3de3756081 (diff)
parentMerge "Merge libmounts into libotautil." (diff)
downloadandroid_bootable_recovery-1c1737b660bcff69c33f3e363ef96080f453900a.tar
android_bootable_recovery-1c1737b660bcff69c33f3e363ef96080f453900a.tar.gz
android_bootable_recovery-1c1737b660bcff69c33f3e363ef96080f453900a.tar.bz2
android_bootable_recovery-1c1737b660bcff69c33f3e363ef96080f453900a.tar.lz
android_bootable_recovery-1c1737b660bcff69c33f3e363ef96080f453900a.tar.xz
android_bootable_recovery-1c1737b660bcff69c33f3e363ef96080f453900a.tar.zst
android_bootable_recovery-1c1737b660bcff69c33f3e363ef96080f453900a.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: [