From c0ea7c543f76c884efa5a0d182436f84412e2cd0 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Tue, 23 Oct 2018 13:46:11 -0700 Subject: Mark libchrome as recovery_available for update_engine_sideload update_engine_sideload builds onto the recovery partition, which means libchrome needs to be marked as recovery_available, so that it can be built again with recovery-specific dependencies. Some modules build for recovery differently -- omitting dependencies, removing source files, different cflags, etc. Because of this, the builds for the recovery partition are separate from the builds for the system or vendor partitions. Test: build update_engine_sideload Change-Id: Id31a7170e6c9fcff65e3af4eb04440c14cd5c8fa --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index ec721a70c0..500b602993 100644 --- a/Android.bp +++ b/Android.bp @@ -331,6 +331,7 @@ libchromeAndroidSrc = [ cc_library { name: "libchrome", host_supported: true, + recovery_available: true, vendor_available: true, defaults: ["libchrome-defaults"], srcs: libchromeCommonSrc, -- cgit v1.2.3