From c2b4ce4e0a0cc6b55db97e7872cd1abdd75ec25a Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Wed, 11 Oct 2017 12:50:34 -0700 Subject: [PATCH] add libcutils to PRODUCT_STATIC_BOOT_CONTROL_HAL This was picked up transitively previously, but that transitive include is removed, so we include it explicitly here. Test: build Change-Id: I023831d0fbe474d363201f792bbfb3f7ea38cd9b --- device.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index e5c015e6..203b220d 100755 --- a/device.mk +++ b/device.mk @@ -118,7 +118,8 @@ AB_OTA_POSTINSTALL_CONFIG += \ PRODUCT_STATIC_BOOT_CONTROL_HAL := \ bootctrl.msm8998 \ libgptutils \ - libz + libz \ + libcutils PRODUCT_PACKAGES += \ update_engine_sideload