commit | 91fddbbd95ecf044cd1d329a8db2fc1ca7cc19c0 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Fri Jan 25 11:07:15 2019 +0000 |
committer | Anton Hansson <hansson@google.com> | Fri Jan 25 11:27:27 2019 +0000 |
tree | 0d68bb821ecdc156cd3903e3efb45a084375510e | |
parent | 1fdf5d789b95ea5bcfde5e5f00d6a4f6dcda57cf [diff] |
Add recovery_refresh to mainline_system Needed by recovery on devices without a cache partition. Bug: 80410283 Test: lunch mainline_arm64; m nothing Change-Id: I71fd35022b0928016f6767cea35971ce14bf03fe
diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk index b9b422f..0eaa6d7 100644 --- a/target/product/mainline_system.mk +++ b/target/product/mainline_system.mk
@@ -42,6 +42,7 @@ # OTA support PRODUCT_PACKAGES += \ + recovery-refresh \ update_engine \ update_verifier \