summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorJerry Zhang <zhangjerry@google.com>2018-05-03 01:56:00 +0200
committerJerry Zhang <zhangjerry@google.com>2018-05-07 21:25:03 +0200
commitcadf4ed45137fbb776584b4427694eb783183d7e (patch)
tree44898348b02504cd93a1c80911c3b0b11c0bd65d /Android.bp
parentMerge changes I1cc5d702,I32ab9854 am: 420f7f8df4 (diff)
downloadandroid_bootable_recovery-cadf4ed45137fbb776584b4427694eb783183d7e.tar
android_bootable_recovery-cadf4ed45137fbb776584b4427694eb783183d7e.tar.gz
android_bootable_recovery-cadf4ed45137fbb776584b4427694eb783183d7e.tar.bz2
android_bootable_recovery-cadf4ed45137fbb776584b4427694eb783183d7e.tar.lz
android_bootable_recovery-cadf4ed45137fbb776584b4427694eb783183d7e.tar.xz
android_bootable_recovery-cadf4ed45137fbb776584b4427694eb783183d7e.tar.zst
android_bootable_recovery-cadf4ed45137fbb776584b4427694eb783183d7e.zip
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp12
1 files changed, 10 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 9ad961d5b..22c90bd3e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -89,8 +89,8 @@ cc_binary {
],
srcs: [
+ "logging.cpp",
"recovery-persist.cpp",
- "rotate_logs.cpp",
],
shared_libs: [
@@ -98,6 +98,10 @@ cc_binary {
"liblog",
],
+ static_libs: [
+ "libotautil",
+ ],
+
init_rc: [
"recovery-persist.rc",
],
@@ -112,8 +116,8 @@ cc_binary {
],
srcs: [
+ "logging.cpp",
"recovery-refresh.cpp",
- "rotate_logs.cpp",
],
shared_libs: [
@@ -121,6 +125,10 @@ cc_binary {
"liblog",
],
+ static_libs: [
+ "libotautil",
+ ],
+
init_rc: [
"recovery-refresh.rc",
],