Avicii: Ancient OS Bringup

This commit is contained in:
2023-11-05 15:47:31 +00:00
parent 1edcb1863b
commit 18d449f20e
12 changed files with 19 additions and 9 deletions

View File

@@ -15,9 +15,9 @@
#
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_avicii.mk
$(LOCAL_DIR)/ancient_avicii.mk
COMMON_LUNCH_CHOICES := \
lineage_avicii-eng \
lineage_avicii-user \
lineage_avicii-userdebug
ancient_avicii-eng \
ancient_avicii-user \
ancient_avicii-userdebug

View File

@@ -89,7 +89,7 @@ TARGET_SURFACEFLINGER_UDFPS_LIB := //hardware/oplus:libudfps_extension.oplus
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
$(DEVICE_PATH)/device_framework_matrix.xml \
hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \
vendor/lineage/config/device_framework_matrix.xml
vendor/ancient/config/device_framework_matrix.xml
DEVICE_MATRIX_FILE := $(DEVICE_PATH)/compatibility_matrix.xml
DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml
ODM_MANIFEST_FILES := $(DEVICE_PATH)/manifest_odm.xml

View File

@@ -11,10 +11,20 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from avicii device
$(call inherit-product, device/oneplus/avicii/device.mk)
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit some common Ancient stuff.
$(call inherit-product, vendor/ancient/config/common_full_phone.mk)
PRODUCT_NAME := lineage_avicii
# Inherit some common AncientOS stuff
TARGET_BOOT_ANIMATION_RES := 1080
EXTRA_UDFPS_ANIMATIONS := true
TARGET_INCLUDE_STOCK_ARCORE := true
TARGET_INCLUDE_LIVE_WALLPAPERS := true
TARGET_SUPPORTS_NEXT_GEN_ASSISTANT := true
# Official-ify
ANCIENT_OFFICIAL=false
PRODUCT_NAME := ancient_avicii
PRODUCT_DEVICE := avicii
PRODUCT_MANUFACTURER := OnePlus
PRODUCT_BRAND := OnePlus

View File

@@ -320,7 +320,7 @@ PRODUCT_PACKAGES += \
$(call inherit-product, hardware/oplus/overlay/qssi/qssi.mk)
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay-lineage
$(LOCAL_PATH)/overlay-ancient
PRODUCT_ENFORCE_RRO_TARGETS := *
PRODUCT_PACKAGES += \