From 0f68c1386c45ae3b89f3430eb472f5fa639f2308 Mon Sep 17 00:00:00 2001 From: Tianjie Xu Date: Thu, 20 Sep 2018 12:31:33 -0700 Subject: [PATCH] Add recovery-persist to base_system We moved the recovery metric parsing to the native code, which executes on the next normal build and stays under the system partition. Also, the recovery-persist binary needs to be installed on both A/B and non-A/B devices. Therefore, adds recovery-persist to base_system to avoid breaking the mainline targets. Bug: 114278989 Test: build mainline target Change-Id: I251ef862d9342b0dc308223ee6c48849f098bb1e --- target/product/base_system.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 6cc65619c..1ee6a6376 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -211,6 +211,7 @@ PRODUCT_PACKAGES += \ pppd \ privapp-permissions-platform.xml \ racoon \ + recovery-persist \ resize2fs \ run-as \ schedtest \