summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-04-16 00:34:19 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-04-16 00:34:19 +0200
commit9fc764f1f0e6c4c581a5236d7558d97a1f90b38e (patch)
treec1ebcae66a7fbf7aaa79a6c1d894f2fa708ac441 /Android.bp
parentMerge "Import translations. DO NOT MERGE" (diff)
parentMove wipe cache|data to libinstall (diff)
downloadandroid_bootable_recovery-9fc764f1f0e6c4c581a5236d7558d97a1f90b38e.tar
android_bootable_recovery-9fc764f1f0e6c4c581a5236d7558d97a1f90b38e.tar.gz
android_bootable_recovery-9fc764f1f0e6c4c581a5236d7558d97a1f90b38e.tar.bz2
android_bootable_recovery-9fc764f1f0e6c4c581a5236d7558d97a1f90b38e.tar.lz
android_bootable_recovery-9fc764f1f0e6c4c581a5236d7558d97a1f90b38e.tar.xz
android_bootable_recovery-9fc764f1f0e6c4c581a5236d7558d97a1f90b38e.tar.zst
android_bootable_recovery-9fc764f1f0e6c4c581a5236d7558d97a1f90b38e.zip
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 582f3b623..0eb5fd9e5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -107,7 +107,6 @@ cc_binary {
],
srcs: [
- "logging.cpp",
"recovery_main.cpp",
],
@@ -139,7 +138,6 @@ cc_binary {
],
srcs: [
- "logging.cpp",
"recovery-persist.cpp",
],
@@ -167,7 +165,6 @@ cc_binary {
],
srcs: [
- "logging.cpp",
"recovery-refresh.cpp",
],