sm8250-common: build additional vendor copies of the following:
android.hardware.bluetooth@1.0 android.hardware.drm@1.4 android.hardware.fingerprint@2.1 android.hardware.gatekeeper@1.0 android.hardware.gnss@2.1/1.1 android.hardware.keymaster@4.1 android.hardware.neuralnetworks@1.3 vendor.qti.hardware.perf@2.2 android.hardware.radio@1.5 android.hardware.radio.config@1.2 android.hardware.radio.deprecated@1.0 android.system.net.netd@1.1
This commit is contained in:
parent
d6238895ad
commit
6f8322a583
30
sm8250.mk
30
sm8250.mk
@ -87,6 +87,7 @@ PRODUCT_COPY_FILES += \
|
|||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.bluetooth@1.0.vendor \
|
||||||
vendor.qti.hardware.bluetooth_audio@2.1.vendor \
|
vendor.qti.hardware.bluetooth_audio@2.1.vendor \
|
||||||
vendor.qti.hardware.btconfigstore@1.0.vendor \
|
vendor.qti.hardware.btconfigstore@1.0.vendor \
|
||||||
vendor.qti.hardware.btconfigstore@2.0.vendor
|
vendor.qti.hardware.btconfigstore@2.0.vendor
|
||||||
@ -127,13 +128,26 @@ PRODUCT_PACKAGES += \
|
|||||||
|
|
||||||
# DRM
|
# DRM
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.drm@1.4.vendor \
|
||||||
android.hardware.drm@1.4-service.clearkey
|
android.hardware.drm@1.4-service.clearkey
|
||||||
|
|
||||||
# fastbootd
|
# fastbootd
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
fastbootd
|
fastbootd
|
||||||
|
|
||||||
|
# Fingerprint
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.fingerprint@2.1.vendor
|
||||||
|
|
||||||
|
# Gatekeeper
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.gatekeeper@1.0.vendor
|
||||||
|
|
||||||
# GPS
|
# GPS
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.gnss@1.1.vendor \
|
||||||
|
android.hardware.gnss@2.1.vendor
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/gps/flp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/flp.conf \
|
$(LOCAL_PATH)/gps/flp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/flp.conf \
|
||||||
$(LOCAL_PATH)/gps/gps.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gps.conf \
|
$(LOCAL_PATH)/gps/gps.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gps.conf \
|
||||||
@ -178,6 +192,10 @@ PRODUCT_PACKAGES += \
|
|||||||
libipanat \
|
libipanat \
|
||||||
liboffloadhal
|
liboffloadhal
|
||||||
|
|
||||||
|
# Keymaster
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.keymaster@4.1.vendor
|
||||||
|
|
||||||
# Lights
|
# Lights
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.lights-service.motokona
|
android.hardware.lights-service.motokona
|
||||||
@ -205,6 +223,10 @@ PRODUCT_PACKAGES += \
|
|||||||
libavservices_minijail \
|
libavservices_minijail \
|
||||||
libavservices_minijail.vendor
|
libavservices_minijail.vendor
|
||||||
|
|
||||||
|
# Neural Networks
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.neuralnetworks@1.3.vendor
|
||||||
|
|
||||||
# Net
|
# Net
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
netutils-wrapper-1.0
|
netutils-wrapper-1.0
|
||||||
@ -221,6 +243,10 @@ PRODUCT_PACKAGES += \
|
|||||||
libOmxVenc \
|
libOmxVenc \
|
||||||
libstagefrighthw
|
libstagefrighthw
|
||||||
|
|
||||||
|
# Perf
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
vendor.qti.hardware.perf@2.2.vendor
|
||||||
|
|
||||||
# Permissions
|
# Permissions
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
frameworks/native/data/etc/android.hardware.biometrics.face.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.biometrics.face.xml \
|
frameworks/native/data/etc/android.hardware.biometrics.face.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.biometrics.face.xml \
|
||||||
@ -287,6 +313,10 @@ PRODUCT_PACKAGES += \
|
|||||||
|
|
||||||
# RIL
|
# RIL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.radio@1.5.vendor \
|
||||||
|
android.hardware.radio.config@1.2.vendor \
|
||||||
|
android.hardware.radio.deprecated@1.0.vendor \
|
||||||
|
android.system.net.netd@1.1.vendor \
|
||||||
libprotobuf-cpp-full \
|
libprotobuf-cpp-full \
|
||||||
librmnetctl \
|
librmnetctl \
|
||||||
libxml2
|
libxml2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user