Merge "Allow (hw)servicemanager use bootstrap bionic"

This commit is contained in:
Jooyung Han 2022-07-15 00:12:55 +00:00 committed by Gerrit Code Review
commit 8fe0b28bf1
2 changed files with 6 additions and 0 deletions

View File

@ -7,3 +7,6 @@ add_hwservice(hwservicemanager, hidl_token_hwservice)
set_prop(hwservicemanager, ctl_interface_start_prop)
set_prop(hwservicemanager, hwservicemanager_prop)
# hwservicemanager is using bootstrap bionic
use_bootstrap_libs(hwservicemanager)

View File

@ -5,3 +5,6 @@ init_daemon_domain(servicemanager)
read_runtime_log_tags(servicemanager)
set_prop(servicemanager, ctl_interface_start_prop)
# servicemanager is using bootstrap bionic
use_bootstrap_libs(servicemanager)