sdm845-common -> sm8250-common

This commit is contained in:
LuK1337
2020-06-22 10:35:37 +02:00
parent ebe358dcbf
commit 98a0defd38
24 changed files with 153 additions and 127 deletions

View File

@@ -18,7 +18,7 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Get non-open-source specific aspects
$(call inherit-product, vendor/oneplus/sdm845-common/sdm845-common-vendor.mk)
$(call inherit-product, vendor/oneplus/sm8250-common/sm8250-common-vendor.mk)
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
@@ -49,8 +49,12 @@ AB_OTA_UPDATER := true
AB_OTA_PARTITIONS += \
boot \
dtbo \
odm \
product \
recovery \
system \
vbmeta
vbmeta \
vbmeta_system
AB_OTA_POSTINSTALL_CONFIG += \
RUN_POSTINSTALL_system=true \
@@ -77,7 +81,7 @@ PRODUCT_COPY_FILES += \
# Boot control
PRODUCT_PACKAGES += \
android.hardware.boot@1.0-impl.recovery \
bootctrl.sdm845.recovery
bootctrl.kona.recovery
PRODUCT_PACKAGES_DEBUG += \
bootctl
@@ -115,11 +119,11 @@ PRODUCT_COPY_FILES += \
# Lights
PRODUCT_PACKAGES += \
android.hardware.light@2.0-service.oneplus_sdm845
android.hardware.light@2.0-service.oneplus_kona
# LiveDisplay
PRODUCT_PACKAGES += \
lineage.livedisplay@2.0-service.oneplus_sdm845
lineage.livedisplay@2.0-service.oneplus_kona
# Media
PRODUCT_COPY_FILES += \
@@ -167,7 +171,7 @@ PRODUCT_BOOT_JARS += \
# Touch
PRODUCT_PACKAGES += \
lineage.touch@1.0-service.oneplus_sdm845
lineage.touch@1.0-service.oneplus_kona
# tri-state-key
PRODUCT_PACKAGES += \
@@ -196,3 +200,6 @@ PRODUCT_BOOT_JARS += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/privapp-permissions-wfd.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/privapp-permissions-wfd.xml
PRODUCT_BUILD_SUPER_PARTITION := false
PRODUCT_USE_DYNAMIC_PARTITIONS := true