Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 41138c707c | |||
|
|
87ad9cc2d6 |
@@ -22,7 +22,7 @@ TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||
ifneq ($(WITH_GMS),true)
|
||||
BOARD_PRODUCTIMAGE_PARTITION_RESERVED_SIZE := 900000000
|
||||
endif
|
||||
BOARD_ONEPLUS_DYNAMIC_PARTITIONS_SIZE := 3753902080
|
||||
BOARD_ONEPLUS_DYNAMIC_PARTITIONS_SIZE := 7511998464
|
||||
BOARD_SUPER_PARTITION_SIZE := 7516192768
|
||||
|
||||
# Recovery
|
||||
|
||||
@@ -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
13
evolution.dependencies
Normal file
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"repository" : "device_oneplus_sm8250-common",
|
||||
"branch" : "udc",
|
||||
"target_path" : "device/oneplus/sm8250-common"
|
||||
},
|
||||
{
|
||||
"remote" : "github",
|
||||
"repository" : "TheMuppets/proprietary_vendor_oneplus_lemonades",
|
||||
"branch" : "lineage-21",
|
||||
"target_path" : "vendor/oneplus/lemonades"
|
||||
}
|
||||
]
|
||||
@@ -1,6 +0,0 @@
|
||||
[
|
||||
{
|
||||
"repository": "android_device_oneplus_sm8250-common",
|
||||
"target_path": "device/oneplus/sm8250-common"
|
||||
}
|
||||
]
|
||||
@@ -11,7 +11,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||
# Inherit from lemonades device
|
||||
$(call inherit-product, device/oneplus/lemonades/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_lemonades
|
||||
@@ -26,8 +26,8 @@ PRODUCT_SYSTEM_DEVICE := OnePlus9R
|
||||
PRODUCT_GMS_CLIENTID_BASE := android-oneplus
|
||||
|
||||
PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||
PRIVATE_BUILD_DESC="OnePlus9R_IND-user 14 UKQ1.230924.001 R.186814e_3fcd-4c58 release-keys" \
|
||||
PRIVATE_BUILD_DESC="OnePlus9R_IND-user 14 UKQ1.230924.001 R.1a6672a-1faa2-4c13c release-keys" \
|
||||
TARGET_DEVICE=$(PRODUCT_SYSTEM_DEVICE) \
|
||||
TARGET_PRODUCT=$(PRODUCT_SYSTEM_NAME)
|
||||
|
||||
BUILD_FINGERPRINT := OnePlus/OnePlus9R_IND/OnePlus9R:14/UKQ1.230924.001/R.186814e_3fcd-4c58:user/release-keys
|
||||
BUILD_FINGERPRINT := OnePlus/OnePlus9R_IND/OnePlus9R:14/UKQ1.230924.001/R.1a6672a-1faa2-4c13c:user/release-keys
|
||||
|
||||
@@ -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>
|
||||
@@ -1,5 +1,5 @@
|
||||
## All proprietary files from this list, unless pinned and noted otherwise, are
|
||||
## from OnePlus 9R (LE2101_14.0.0.601(EX01))
|
||||
## from OnePlus 9R (LE2101_14.0.0.603(EX01))
|
||||
|
||||
# ACDB
|
||||
odm/etc/acdbdata/Audio_Parameter_Version.txt
|
||||
|
||||
Reference in New Issue
Block a user