lisa: Bringup Evolution-X OFFICIAL

Signed-off-by: zaidkhan0997 <kzaid0997@gmail.com>
This commit is contained in:
zaidkhan0997 2024-08-06 05:39:14 +05:30
parent d6d2d761d6
commit 3aaa31d6a8
Signed by: zaidkhan0997
GPG Key ID: 6C50557AD547C980
7 changed files with 58 additions and 8 deletions

View File

@ -5,6 +5,17 @@
# #
DEVICE_PATH := device/xiaomi/lisa DEVICE_PATH := device/xiaomi/lisa
BUILD_BROKEN_DUP_RULES := true
BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE := true
BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true
# Camera
TARGET_CAMERA_OVERRIDE_FORMAT_FROM_RESERVED := true
TARGET_INCLUDES_MIUI_CAMERA := true
MALLOC_SVELTE_FOR_LIBC32 := true
# Miui-Cam
TARGET_INCLUDES_MIUI_CAMERA := true
# Inherit from sm8350-common # Inherit from sm8350-common
include device/xiaomi/sm8350-common/BoardConfigCommon.mk include device/xiaomi/sm8350-common/BoardConfigCommon.mk

View File

@ -7,10 +7,13 @@
# Inherit from sm8350-common # Inherit from sm8350-common
$(call inherit-product, device/xiaomi/sm8350-common/common.mk) $(call inherit-product, device/xiaomi/sm8350-common/common.mk)
# Camera
$(call inherit-product-if-exists, vendor/xiaomi/miuicamera-lisa/BoardConfig.mk)
# Overlays # Overlays
DEVICE_PACKAGE_OVERLAYS += \ DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay \ $(LOCAL_PATH)/overlay \
$(LOCAL_PATH)/overlay-lineage $(LOCAL_PATH)/overlay-evolution
# Overlays-RRO # Overlays-RRO
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \

View File

@ -1,6 +0,0 @@
[
{
"repository": "android_device_xiaomi_sm8350-common",
"target_path": "device/xiaomi/sm8350-common"
}
]

View File

@ -11,9 +11,17 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from lisa device # Inherit from lisa device
$(call inherit-product, device/xiaomi/lisa/device.mk) $(call inherit-product, device/xiaomi/lisa/device.mk)
# Inherit some common Lineage stuff. # Inherit some common Evolution-X stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk) $(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Bootanimation
TARGET_BOOT_ANIMATION_RES := 1080
# Evolution-X Stuff
EVO_BUILD_TYPE := Official
TARGET_FACE_UNLOCK_SUPPORTED := true
TARGET_SUPPORTS_QUICK_TAP := true
PRODUCT_BRAND := Xiaomi PRODUCT_BRAND := Xiaomi
PRODUCT_DEVICE := lisa PRODUCT_DEVICE := lisa
PRODUCT_MANUFACTURER := Xiaomi PRODUCT_MANUFACTURER := Xiaomi

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2019-2021 The Evolution X Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Whether the device supports Smart Pixels -->
<bool name="config_supportSmartPixels">true</bool>
</resources>

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2019-2021 The Evolution X Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="build_maintainer_summary">zαι∂ κнαи</string>
<string name="build_maintainer_telegram">https://t.me/zaidkhan0997</string>
</resources>