Avicii: Droidx-UI Bringup
This commit is contained in:
@@ -15,9 +15,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PRODUCT_MAKEFILES := \
|
PRODUCT_MAKEFILES := \
|
||||||
$(LOCAL_DIR)/lineage_avicii.mk
|
$(LOCAL_DIR)/droidx_avicii.mk
|
||||||
|
|
||||||
COMMON_LUNCH_CHOICES := \
|
COMMON_LUNCH_CHOICES := \
|
||||||
lineage_avicii-eng \
|
droidx_avicii-eng \
|
||||||
lineage_avicii-user \
|
droidx_avicii-user \
|
||||||
lineage_avicii-userdebug
|
droidx_avicii-userdebug
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ TARGET_SURFACEFLINGER_UDFPS_LIB := //hardware/oplus:libudfps_extension.oplus
|
|||||||
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
|
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
|
||||||
$(DEVICE_PATH)/device_framework_matrix.xml \
|
$(DEVICE_PATH)/device_framework_matrix.xml \
|
||||||
hardware/qcom-caf/common/vendor_framework_compatibility_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_MATRIX_FILE := $(DEVICE_PATH)/compatibility_matrix.xml
|
||||||
DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml
|
DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml
|
||||||
ODM_MANIFEST_FILES := $(DEVICE_PATH)/manifest_odm.xml
|
ODM_MANIFEST_FILES := $(DEVICE_PATH)/manifest_odm.xml
|
||||||
|
|||||||
@@ -11,10 +11,15 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
|||||||
# Inherit from avicii device
|
# Inherit from avicii device
|
||||||
$(call inherit-product, device/oneplus/avicii/device.mk)
|
$(call inherit-product, device/oneplus/avicii/device.mk)
|
||||||
|
|
||||||
# Inherit some common Lineage stuff.
|
# Inherit some common droidx stuff.
|
||||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
$(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_DEVICE := avicii
|
||||||
PRODUCT_MANUFACTURER := OnePlus
|
PRODUCT_MANUFACTURER := OnePlus
|
||||||
PRODUCT_BRAND := OnePlus
|
PRODUCT_BRAND := OnePlus
|
||||||
@@ -5,12 +5,6 @@
|
|||||||
-->
|
-->
|
||||||
<resources>
|
<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.
|
<!-- 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 -->
|
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
|
||||||
<bool name="config_automatic_brightness_available">true</bool>
|
<bool name="config_automatic_brightness_available">true</bool>
|
||||||
|
|||||||
1
system.prop
Normal file
1
system.prop
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ro.droidx.maintainer=PSavarMattas
|
||||||
Reference in New Issue
Block a user