sdm710-common: Provide android.frameworks.sensorservice@1.0 on vendor
F linker : CANNOT LINK EXECUTABLE "/vendor/bin/mm-pp-dpps": library "android.frameworks.sensorservice@1.0.so" not found: needed by main executable
This commit is contained in:
parent
ddbd3a0222
commit
df268abe1a
1 changed files with 2 additions and 1 deletions
|
@ -422,7 +422,8 @@ PRODUCT_PACKAGES += \
|
|||
# Sensors
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.sensors@2.0.vendor \
|
||||
libsensorndkbridge
|
||||
libsensorndkbridge \
|
||||
android.frameworks.sensorservice@1.0.vendor
|
||||
|
||||
# Soong namespaces
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
|
|
Loading…
Reference in a new issue