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
This commit is contained in:
parent
f6d9d97ceb
commit
9070489e16
1 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue