From 91fddbbd95ecf044cd1d329a8db2fc1ca7cc19c0 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Fri, 25 Jan 2019 11:07:15 +0000 Subject: [PATCH] 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 --- target/product/mainline_system.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk index b9b422f24e..0eaa6d7e23 100644 --- a/target/product/mainline_system.mk +++ b/target/product/mainline_system.mk @@ -42,6 +42,7 @@ PRODUCT_PACKAGES += llkd # OTA support PRODUCT_PACKAGES += \ + recovery-refresh \ update_engine \ update_verifier \