summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-04-28 18:46:19 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-04-28 18:46:19 +0200
commit686353215f039e5e8f50bfd459795d53d6b084e5 (patch)
tree78ab4e2c4138f54be8a2f112de0246b1dc0d8898 /Android.bp
parentMerge "recovery: Revoke (most of) short options." (diff)
parentMerge libmounts into libotautil. (diff)
downloadandroid_bootable_recovery-686353215f039e5e8f50bfd459795d53d6b084e5.tar
android_bootable_recovery-686353215f039e5e8f50bfd459795d53d6b084e5.tar.gz
android_bootable_recovery-686353215f039e5e8f50bfd459795d53d6b084e5.tar.bz2
android_bootable_recovery-686353215f039e5e8f50bfd459795d53d6b084e5.tar.lz
android_bootable_recovery-686353215f039e5e8f50bfd459795d53d6b084e5.tar.xz
android_bootable_recovery-686353215f039e5e8f50bfd459795d53d6b084e5.tar.zst
android_bootable_recovery-686353215f039e5e8f50bfd459795d53d6b084e5.zip
Diffstat (limited to '')
-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: [