Avicii: Droidx-UI Bringup

This commit is contained in:
2023-11-03 20:30:14 +00:00
parent 701e92ed35
commit 34da3b8c2a
14 changed files with 14 additions and 14 deletions

View File

@@ -15,9 +15,9 @@
#
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_avicii.mk
$(LOCAL_DIR)/droidx_avicii.mk
COMMON_LUNCH_CHOICES := \
lineage_avicii-eng \
lineage_avicii-user \
lineage_avicii-userdebug
droidx_avicii-eng \
droidx_avicii-user \
droidx_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/droidx/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,15 @@ $(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 droidx stuff.
$(call inherit-product, vendor/droidx/config/common_full_phone.mk)
PRODUCT_NAME := lineage_avicii
# Droidx specific build flags
DROIDX_GAPPS := true
DROIDX_BUILD_TYPE := UNOFFICIAL
TARGET_BOOT_ANIMATION_RES := 1080
PRODUCT_NAME := droidx_avicii
PRODUCT_DEVICE := avicii
PRODUCT_MANUFACTURER := OnePlus
PRODUCT_BRAND := OnePlus

View File

@@ -5,12 +5,6 @@
-->
<resources>
<!-- Whether device has warp charging support -->
<bool name="config_hasWarpCharger">true</bool>
<!-- Path to warp charging status file -->
<string name="config_oemFastChargerStatusPath">/sys/class/power_supply/battery/fastcharger</string>
<!-- Flag indicating whether the we should enable the automatic brightness in Settings.
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
<bool name="config_automatic_brightness_available">true</bool>

1
system.prop Normal file
View File

@@ -0,0 +1 @@
ro.droidx.maintainer=PSavarMattas