From 9070489e16c81b8b01031ef126c6829ee9a74bbb Mon Sep 17 00:00:00 2001 From: kierancyphus Date: Wed, 24 Jan 2024 15:40:18 +0800 Subject: [PATCH] liboemservice_proxy: Include in build Previously, `Liboemservice_proxy` was included as a part of DMD, and so didn't need to be included on its own. However, since these two have been decoupled, we need to explicitly include the build target here for it to execute on device. Test: Build and check logs to ensure service starts up on boot Bug: 321867236 Change-Id: I525b5f44c60c636302431733b3c311cdf4336d42 --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index b47c807e..0b8e09a1 100644 --- a/device.mk +++ b/device.mk @@ -980,6 +980,9 @@ endif # modem logging binary/configs PRODUCT_PACKAGES += modem_logging_control +# libeomservice_proxy binary/configs +PRODUCT_PACKAGES += liboemservice_proxy_default + # PILOT SCENARIOS PRODUCT_PACKAGES += \ Pixel_stability.cfg \