summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-10-15 18:08:31 -0700
committerTianjie Xu <xunchang@google.com>2019-10-17 04:28:45 +0000
commitbe4ea231bc2748446b3ed84ba99ff4dc347587d2 (patch)
tree1d392e63e0df30dd32a4191c89a7ee68bc5f2ff3
parent50a56c6a280391bc21762c3d9f020bcc41cf24ac (diff)
Update engine now depends on otacerts
The otacerts.zip is aleady added to the system/recovery image. Add the dependency here anyway. Also drop the dependency on update_engine_payload_key. Bug: 116660991 Test: build and apply an update Change-Id: I0353af86c4e66eec9ce84901ac09fb78bd924116
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index a691e7e8..a7f92153 100644
--- a/Android.bp
+++ b/Android.bp
@@ -306,7 +306,7 @@ cc_binary {
static_libs: ["libupdate_engine_android"],
required: [
"cacerts_google",
- "update_engine_payload_key",
+ "otacerts",
],
srcs: ["main.cc"],
@@ -380,7 +380,7 @@ cc_binary {
},
required: [
- "update_engine_payload_key.recovery",
+ "otacerts.recovery",
],
}