dre: Switch to hardware/oplus
Change-Id: Ifb472cf1cd5f4c198394de41bc5d337d1f066b16
This commit is contained in:
parent
af2cf817e7
commit
03b3625313
3 changed files with 6 additions and 13 deletions
15
device.mk
15
device.mk
|
@ -235,7 +235,7 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
# Doze
|
||||
PRODUCT_PACKAGES += \
|
||||
OnePlusDoze
|
||||
OplusDoze
|
||||
|
||||
# DRM
|
||||
PRODUCT_PACKAGES += \
|
||||
|
@ -321,7 +321,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# LiveDisplay
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.lineage.livedisplay@2.1-service.oneplus
|
||||
vendor.lineage.livedisplay@2.1-service.oplus
|
||||
|
||||
# Media
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
@ -385,13 +385,6 @@ PRODUCT_PACKAGES += \
|
|||
libOmxQcelp13Enc \
|
||||
libstagefrighthw
|
||||
|
||||
# OnePlus
|
||||
PRODUCT_PACKAGES += \
|
||||
oneplus-fwk
|
||||
|
||||
PRODUCT_BOOT_JARS += \
|
||||
oneplus-fwk
|
||||
|
||||
# Power
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.power-service-qti \
|
||||
|
@ -442,7 +435,7 @@ PRODUCT_COPY_FILES += \
|
|||
# Soong namespaces
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
$(LOCAL_PATH) \
|
||||
hardware/oneplus
|
||||
hardware/oplus
|
||||
|
||||
# Telephony
|
||||
PRODUCT_PACKAGES += \
|
||||
|
@ -480,7 +473,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Touch
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.lineage.touch@1.0-service.oneplus
|
||||
vendor.lineage.touch@1.0-service.oplus
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[
|
||||
{
|
||||
"repository": "android_hardware_oneplus",
|
||||
"target_path": "hardware/oneplus"
|
||||
"repository": "android_hardware_oplus",
|
||||
"target_path": "hardware/oplus"
|
||||
},
|
||||
{
|
||||
"repository": "android_kernel_oneplus_sm4350",
|
||||
|
|
Loading…
Reference in a new issue