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
|
# Doze
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
OnePlusDoze
|
OplusDoze
|
||||||
|
|
||||||
# DRM
|
# DRM
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@ -321,7 +321,7 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# LiveDisplay
|
# LiveDisplay
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
vendor.lineage.livedisplay@2.1-service.oneplus
|
vendor.lineage.livedisplay@2.1-service.oplus
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
@ -385,13 +385,6 @@ PRODUCT_PACKAGES += \
|
||||||
libOmxQcelp13Enc \
|
libOmxQcelp13Enc \
|
||||||
libstagefrighthw
|
libstagefrighthw
|
||||||
|
|
||||||
# OnePlus
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
oneplus-fwk
|
|
||||||
|
|
||||||
PRODUCT_BOOT_JARS += \
|
|
||||||
oneplus-fwk
|
|
||||||
|
|
||||||
# Power
|
# Power
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.power-service-qti \
|
android.hardware.power-service-qti \
|
||||||
|
@ -442,7 +435,7 @@ PRODUCT_COPY_FILES += \
|
||||||
# Soong namespaces
|
# Soong namespaces
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
$(LOCAL_PATH) \
|
$(LOCAL_PATH) \
|
||||||
hardware/oneplus
|
hardware/oplus
|
||||||
|
|
||||||
# Telephony
|
# Telephony
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@ -480,7 +473,7 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# Touch
|
# Touch
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
vendor.lineage.touch@1.0-service.oneplus
|
vendor.lineage.touch@1.0-service.oplus
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
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
|
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",
|
"repository": "android_hardware_oplus",
|
||||||
"target_path": "hardware/oneplus"
|
"target_path": "hardware/oplus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"repository": "android_kernel_oneplus_sm4350",
|
"repository": "android_kernel_oneplus_sm4350",
|
||||||
|
|
Loading…
Reference in a new issue