3 Commits

Author SHA1 Message Date
Manidweep
94bd81b2d2 kebab: Initialize for Evolution X 11.x 2025-11-02 22:26:18 -05:00
Georg Veichtlbauer
f52d4dc703 kebab: overlay: Update deprecated screen power items
* screen.on -> screen.on.display0
* screen.full -> screen.full.display0

AOSP frameworks/base: 8ac63071a4e6da7e0740f5eb6c6753218efcfd3a

Change-Id: Iad50e6cb63368e2d71e6fa1dbb6997c0f95d321e
2025-10-06 11:39:48 +02:00
Edwin Moquete
3df99291f0 kebab: Decrease product reserved size x4
Change-Id: Ibac4c98f814c2168836a460a935a7ed52a796796
2025-08-22 21:50:58 +00:00
7 changed files with 32 additions and 12 deletions

View File

@@ -20,9 +20,9 @@ TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# Partitions
ifeq (,$(filter true, $(WITHOUT_RESERVED_SIZE) $(WITH_GMS)))
BOARD_PRODUCTIMAGE_PARTITION_RESERVED_SIZE := 900000000
BOARD_PRODUCTIMAGE_PARTITION_RESERVED_SIZE := 840000000
endif
BOARD_ONEPLUS_DYNAMIC_PARTITIONS_SIZE := 3753902080
BOARD_ONEPLUS_DYNAMIC_PARTITIONS_SIZE := 7511998464
BOARD_SUPER_PARTITION_SIZE := 7516192768
# Recovery

View File

@@ -32,7 +32,8 @@ $(call soong_config_set,OPLUS_LINEAGE_LIVEDISPLAY_HAL,ENABLE_SE,false)
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay-lineage
$(LOCAL_PATH)/overlay-lineage \
$(LOCAL_PATH)/overlay-evolution
PRODUCT_PACKAGES += \
OPlusFrameworksResTarget \

13
evolution.dependencies Normal file
View File

@@ -0,0 +1,13 @@
[
{
"repository" : "device_oneplus_sm8250-common",
"branch" : "bka",
"target_path" : "device/oneplus/sm8250-common"
},
{
"remote" : "github",
"repository" : "TheMuppets/proprietary_vendor_oneplus_kebab",
"branch" : "lineage-23.0",
"target_path" : "vendor/oneplus/kebab"
}
]

View File

@@ -1,6 +0,0 @@
[
{
"repository": "android_device_oneplus_sm8250-common",
"target_path": "device/oneplus/sm8250-common"
}
]

View File

@@ -12,7 +12,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from kebab device
$(call inherit-product, device/oneplus/kebab/device.mk)
# Inherit some common Lineage stuff.
# Inherit some common Evolution X stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
PRODUCT_NAME := lineage_kebab

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2019-2024 The Evolution X Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Android version screen, build maintainer -->
<string name="build_maintainer_summary" translatable="false">Manidweep</string>
<string name="build_maintainer_donate_url" translatable="false">https://www.paypal.me/manidreddy1</string>
</resources>

View File

@@ -15,8 +15,8 @@
with a power meter. -->
<item name="none">0</item>
<item name="ambient on">35</item>
<item name="screen.on">97</item> <!-- ~200mA -->
<item name="screen.full">222</item> <!-- ~300mA -->
<item name="screen.on.display0">97</item> <!-- ~200mA -->
<item name="screen.full.display0">222</item> <!-- ~300mA -->
<item name="bluetooth.active">46</item> <!-- Bluetooth data transfer, ~10mA -->
<item name="bluetooth.on">1.7</item> <!-- Bluetooth on & connectable, but not connected, ~0.1mA -->
<item name="wifi.on">1.8</item> <!-- ~3mA -->