dre: convert to Evervolv
Change-Id: I2f91bc02bc4bb4ab1dc3e96094631464f9b969bd
This commit is contained in:
parent
13671d04c5
commit
521e326b67
12 changed files with 23 additions and 17 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/aosp_dre.mk \
|
||||
$(LOCAL_DIR)/lineage_dre.mk
|
||||
$(LOCAL_DIR)/ev_dre.mk
|
||||
|
||||
COMMON_LUNCH_CHOICES := \
|
||||
aosp_dre-trunk_staging-user \
|
||||
|
|
|
@ -79,10 +79,11 @@ TARGET_HEALTH_CHARGING_CONTROL_CHARGING_PATH := /sys/class/oplus_chg/battery/mmi
|
|||
|
||||
# HIDL
|
||||
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
|
||||
hardware/oplus/vintf/device_framework_matrix.xml \
|
||||
hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \
|
||||
vendor/lineage/config/device_framework_matrix.xml
|
||||
DEVICE_MATRIX_FILE := hardware/qcom-caf/common/compatibility_matrix.xml
|
||||
device/qcom/common/vendor_framework_compatibility_matrix.xml \
|
||||
hardware/evervolv/interfaces/compatibility_matrices/compatibility_matrix.evervolv.xml \
|
||||
hardware/lineage/interfaces/compatibility_matrices/compatibility_matrix.lineage.xml \
|
||||
hardware/oplus/vintf/device_framework_matrix.xml
|
||||
DEVICE_MATRIX_FILE := device/qcom/common/compatibility_matrix.xml
|
||||
DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml
|
||||
ODM_MANIFEST_FILES := $(DEVICE_PATH)/manifest_odm.xml
|
||||
|
||||
|
@ -122,7 +123,7 @@ BOARD_USES_METADATA_PARTITION := true
|
|||
|
||||
# Partitions
|
||||
BOARD_PRODUCTIMAGE_MINIMAL_PARTITION_RESERVED_SIZE := false
|
||||
-include vendor/lineage/config/BoardConfigReservedSize.mk
|
||||
-include $(SRC_EVERVOLV_DIR)/build/target/board/BoardConfigReservedSize.mk
|
||||
BOARD_BOOTIMAGE_PARTITION_SIZE := 100663296
|
||||
BOARD_DTBOIMG_PARTITION_SIZE := 8388608
|
||||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 54429298688
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
# Add common definitions for Qualcomm
|
||||
$(call inherit-product, hardware/qcom-caf/common/common.mk)
|
||||
$(call inherit-product, device/qcom/common/common.mk)
|
||||
|
||||
# AAPT
|
||||
PRODUCT_AAPT_CONFIG := normal
|
||||
|
@ -337,7 +337,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Touch
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.lineage.touch@1.0-service.oplus
|
||||
vendor.evervolv.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,10 +1,15 @@
|
|||
[
|
||||
{
|
||||
{
|
||||
"repository": "android_hardware_oplus",
|
||||
"target_path": "hardware/oplus"
|
||||
},
|
||||
{
|
||||
},
|
||||
{
|
||||
"repository": "android_kernel_oneplus_sm4350",
|
||||
"target_path": "kernel/oneplus/sm4350"
|
||||
}
|
||||
},
|
||||
{
|
||||
"repository": "proprietary_vendor_oneplus_dre",
|
||||
"target_path": "vendor/oneplus/dre",
|
||||
"remote": "evervolv-gitlab"
|
||||
}
|
||||
]
|
|
@ -13,12 +13,12 @@ TARGET_SCREEN_WIDTH := 1080
|
|||
|
||||
# Overlays
|
||||
DEVICE_PACKAGE_OVERLAYS += \
|
||||
$(LOCAL_PATH)/overlay-lineage
|
||||
$(LOCAL_PATH)/overlay-ev
|
||||
|
||||
# Inherit some common Lineage stuff.
|
||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
# Inherit some common Evervolv stuff.
|
||||
$(call inherit-product, $(SRC_EVERVOLV_DIR)/config/common_full_phone.mk)
|
||||
|
||||
PRODUCT_NAME := lineage_dre
|
||||
PRODUCT_NAME := ev_dre
|
||||
PRODUCT_MODEL := DE2117
|
||||
|
||||
PRODUCT_GMS_CLIENTID_BASE := android-oneplus
|
|
@ -1,6 +1,6 @@
|
|||
<manifest version="2.0" type="device">
|
||||
<hal format="hidl" override="true">
|
||||
<name>vendor.lineage.touch</name>
|
||||
<name>vendor.evervolv.touch</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
|
|
Loading…
Reference in a new issue