sm8350-common: Build needed HIDL libs into vendor
Change-Id: I1db79176ac103cb7fc8db0fa4b4cfc699e38ad49
This commit is contained in:
parent
b090eb9f3d
commit
f6b6525622
1 changed files with 31 additions and 0 deletions
31
common.mk
31
common.mk
|
@ -181,8 +181,13 @@ PRODUCT_COPY_FILES += \
|
||||||
frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
|
frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
|
||||||
frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml
|
frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml
|
||||||
|
|
||||||
|
# Authsecret
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.authsecret@1.0.vendor
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.bluetooth@1.0.vendor \
|
||||||
vendor.qti.hardware.bluetooth_audio@2.0.vendor \
|
vendor.qti.hardware.bluetooth_audio@2.0.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
|
||||||
|
@ -247,6 +252,7 @@ PRODUCT_COPY_FILES += \
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.graphics.common-V1-ndk_platform.vendor \
|
||||||
android.hardware.graphics.mapper@3.0-impl-qti-display \
|
android.hardware.graphics.mapper@3.0-impl-qti-display \
|
||||||
android.hardware.graphics.mapper@4.0-impl-qti-display \
|
android.hardware.graphics.mapper@4.0-impl-qti-display \
|
||||||
android.hardware.memtrack@1.0-impl \
|
android.hardware.memtrack@1.0-impl \
|
||||||
|
@ -294,6 +300,7 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# DRM
|
# DRM
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.drm@1.3.vendor \
|
||||||
android.hardware.drm@1.4-service.clearkey
|
android.hardware.drm@1.4-service.clearkey
|
||||||
|
|
||||||
# fastbootd
|
# fastbootd
|
||||||
|
@ -305,6 +312,10 @@ PRODUCT_PACKAGES += \
|
||||||
android.hardware.biometrics.fingerprint@2.1-service.oneplus \
|
android.hardware.biometrics.fingerprint@2.1-service.oneplus \
|
||||||
vendor.lineage.biometrics.fingerprint.inscreen@1.0-service.oneplus
|
vendor.lineage.biometrics.fingerprint.inscreen@1.0-service.oneplus
|
||||||
|
|
||||||
|
# Gatekeeper
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.gatekeeper@1.0.vendor
|
||||||
|
|
||||||
# GPS
|
# GPS
|
||||||
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 \
|
||||||
|
@ -315,6 +326,11 @@ PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/gps/sap.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sap.conf \
|
$(LOCAL_PATH)/gps/sap.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sap.conf \
|
||||||
$(LOCAL_PATH)/gps/xtwifi.conf:$(TARGET_COPY_OUT_VENDOR)/etc/xtwifi.conf
|
$(LOCAL_PATH)/gps/xtwifi.conf:$(TARGET_COPY_OUT_VENDOR)/etc/xtwifi.conf
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.gnss.measurement_corrections@1.1.vendor \
|
||||||
|
android.hardware.gnss.visibility_control@1.0.vendor \
|
||||||
|
android.hardware.gnss@2.1.vendor
|
||||||
|
|
||||||
# Health
|
# Health
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.health@2.1-impl \
|
android.hardware.health@2.1-impl \
|
||||||
|
@ -336,6 +352,10 @@ PRODUCT_PACKAGES += \
|
||||||
libipanat \
|
libipanat \
|
||||||
liboffloadhal
|
liboffloadhal
|
||||||
|
|
||||||
|
# Keymaster
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.keymaster@4.1.vendor
|
||||||
|
|
||||||
# LiveDisplay
|
# LiveDisplay
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
vendor.lineage.livedisplay@2.1-service.oneplus
|
vendor.lineage.livedisplay@2.1-service.oneplus
|
||||||
|
@ -372,14 +392,21 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# Net
|
# Net
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
android.system.net.netd@1.1.vendor \
|
||||||
netutils-wrapper-1.0
|
netutils-wrapper-1.0
|
||||||
|
|
||||||
|
# Neural Network
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.neuralnetworks@1.3.vendor
|
||||||
|
|
||||||
# NFC
|
# NFC
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.nfc@1.0:64 \
|
android.hardware.nfc@1.0:64 \
|
||||||
android.hardware.nfc@1.1:64 \
|
android.hardware.nfc@1.1:64 \
|
||||||
android.hardware.nfc@1.2:64 \
|
android.hardware.nfc@1.2:64 \
|
||||||
|
android.hardware.nfc@1.2.vendor \
|
||||||
android.hardware.secure_element@1.0:64 \
|
android.hardware.secure_element@1.0:64 \
|
||||||
|
android.hardware.secure_element@1.2.vendor \
|
||||||
com.android.nfc_extras \
|
com.android.nfc_extras \
|
||||||
SecureElement \
|
SecureElement \
|
||||||
Tag \
|
Tag \
|
||||||
|
@ -406,6 +433,7 @@ PRODUCT_BOOT_JARS += \
|
||||||
# Power
|
# Power
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.power-service-qti \
|
android.hardware.power-service-qti \
|
||||||
|
android.hardware.power@1.2.vendor \
|
||||||
vendor.qti.hardware.perf@2.0.vendor \
|
vendor.qti.hardware.perf@2.0.vendor \
|
||||||
vendor.qti.hardware.perf@2.1.vendor \
|
vendor.qti.hardware.perf@2.1.vendor \
|
||||||
vendor.qti.hardware.perf@2.2.vendor
|
vendor.qti.hardware.perf@2.2.vendor
|
||||||
|
@ -430,6 +458,9 @@ 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 \
|
||||||
libprotobuf-cpp-full \
|
libprotobuf-cpp-full \
|
||||||
librmnetctl \
|
librmnetctl \
|
||||||
libxml2
|
libxml2
|
||||||
|
|
Loading…
Reference in a new issue