vndservice removed if w/o vndservicemanager
This binary is for talking to vendor services, and it'll hang if vndservicemanager is not available. On devices where it isn't supported, just remove it. Fixes: 165043609 Test: N/A Change-Id: I908c8771c37deb79cf36efb10e66b7fff7adcedf
This commit is contained in:
parent
14350c575f
commit
152a619d34
1 changed files with 1 additions and 1 deletions
|
@ -66,11 +66,11 @@ PRODUCT_PACKAGES += \
|
|||
passwd_vendor \
|
||||
selinux_policy_nonsystem \
|
||||
shell_and_utilities_vendor \
|
||||
vndservice \
|
||||
|
||||
# Base module when shipping api level is less than or equal to 29
|
||||
PRODUCT_PACKAGES_SHIPPING_API_LEVEL_29 += \
|
||||
android.hardware.configstore@1.1-service \
|
||||
vndservice \
|
||||
vndservicemanager \
|
||||
|
||||
# VINTF data for vendor image
|
||||
|
|
Loading…
Reference in a new issue