mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Build needed vendor interface libraries
Change-Id: I212841eca5cdcea5fb3199fb7e821f29c492e1f1 Signed-off-by: SamarV-121 <samarvispute121@pm.me>
This commit is contained in:
parent
a3d483b03a
commit
3e189833f6
1 changed files with 21 additions and 1 deletions
|
|
@ -48,7 +48,10 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
android.hardware.drm@1.0-impl \
|
||||
android.hardware.drm@1.0-service \
|
||||
android.hardware.drm@1.3-service.clearkey
|
||||
android.hardware.drm@1.3-service.clearkey \
|
||||
android.hardware.drm@1.1.vendor \
|
||||
android.hardware.drm@1.2.vendor \
|
||||
android.hardware.drm@1.3.vendor
|
||||
|
||||
# Figerprint
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
@ -59,6 +62,13 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.gatekeeper@1.0-impl \
|
||||
android.hardware.gatekeeper@1.0-service
|
||||
|
||||
# GPS
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.gnss@1.0.vendor \
|
||||
android.hardware.gnss@1.1.vendor \
|
||||
android.hardware.gnss@2.0.vendor \
|
||||
android.hardware.gnss@2.1.vendor
|
||||
|
||||
# Graphics
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.graphics.allocator@2.0-impl \
|
||||
|
|
@ -179,6 +189,16 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
android.hardware.renderscript@1.0-impl
|
||||
|
||||
# RIL
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.radio@1.2.vendor \
|
||||
android.hardware.radio@1.3.vendor \
|
||||
android.hardware.radio@1.4.vendor \
|
||||
android.hardware.radio.config@1.0.vendor \
|
||||
android.hardware.radio.config@1.1.vendor \
|
||||
android.hardware.radio.config@1.2.vendor \
|
||||
android.hardware.radio.deprecated@1.0.vendor
|
||||
|
||||
# SamsungDoze
|
||||
PRODUCT_PACKAGES += \
|
||||
SamsungDoze
|
||||
|
|
|
|||
Loading…
Reference in a new issue