diff options
| author | Tianjie Xu <xunchang@google.com> | 2019-10-15 18:08:31 -0700 |
|---|---|---|
| committer | Tianjie Xu <xunchang@google.com> | 2019-10-17 04:28:45 +0000 |
| commit | be4ea231bc2748446b3ed84ba99ff4dc347587d2 (patch) | |
| tree | 1d392e63e0df30dd32a4191c89a7ee68bc5f2ff3 | |
| parent | 50a56c6a280391bc21762c3d9f020bcc41cf24ac (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.bp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", ], } |
