sm8250-common: Switch to hardware/oplus

Change-Id: Ifb472cf1cd5f4c198394de41bc5d337d1f066b16
This commit is contained in:
Alexander Koskovich
2022-04-11 09:38:36 -07:00
committed by LuK1337
parent 470df1663d
commit 4245f4088e
4 changed files with 9 additions and 16 deletions

View File

@@ -131,7 +131,7 @@ TARGET_ENABLE_MEDIADRM_64 := true
TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/config.fs
# Fingerprint
TARGET_SURFACEFLINGER_UDFPS_LIB := //hardware/oneplus:libudfps_extension.oneplus
TARGET_SURFACEFLINGER_UDFPS_LIB := //hardware/oplus:libudfps_extension.oplus
# HIDL
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \

View File

@@ -230,7 +230,7 @@ PRODUCT_PACKAGES += \
# Doze
PRODUCT_PACKAGES += \
OnePlusDoze
OplusDoze
# DRM
PRODUCT_PACKAGES += \
@@ -244,7 +244,7 @@ PRODUCT_PACKAGES += \
# Fingerprint
PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.3-service.oneplus
android.hardware.biometrics.fingerprint@2.3-service.oplus
# Gatekeeper
PRODUCT_PACKAGES += \
@@ -298,7 +298,7 @@ PRODUCT_PACKAGES += \
# LiveDisplay
PRODUCT_PACKAGES += \
vendor.lineage.livedisplay@2.1-service.oneplus
vendor.lineage.livedisplay@2.1-service.oplus
# Media
PRODUCT_COPY_FILES += \
@@ -345,13 +345,6 @@ PRODUCT_PACKAGES += \
libOmxVenc \
libstagefrighthw
# OnePlus
PRODUCT_PACKAGES += \
oneplus-fwk
PRODUCT_BOOT_JARS += \
oneplus-fwk
# Power
PRODUCT_PACKAGES += \
android.hardware.power-service-qti \
@@ -382,7 +375,7 @@ PRODUCT_PACKAGES += \
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH) \
hardware/oneplus
hardware/oplus
# Telephony
PRODUCT_PACKAGES += \
@@ -407,7 +400,7 @@ PRODUCT_BOOT_JARS += \
# Touch
PRODUCT_PACKAGES += \
vendor.lineage.touch@1.0-service.oneplus
vendor.lineage.touch@1.0-service.oplus
# tri-state-key
PRODUCT_PACKAGES += \
@@ -436,7 +429,7 @@ PRODUCT_PACKAGES += \
# Vibrator
PRODUCT_PACKAGES += \
vendor.qti.hardware.vibrator.service.oneplus
vendor.qti.hardware.vibrator.service.oplus
PRODUCT_COPY_FILES += \
vendor/qcom/opensource/vibrator/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml

View File

@@ -1,7 +1,7 @@
[
{
"repository": "android_hardware_oneplus",
"target_path": "hardware/oneplus"
"repository": "android_hardware_oplus",
"target_path": "hardware/oplus"
},
{
"repository": "android_kernel_oneplus_sm8250",