lisa: welcome CAosp-ify
Signed-off-by: zaidkhan0997 <kzaid0997@gmail.com>
This commit is contained in:
parent
3cf717aad0
commit
e00af5b2f1
@ -5,4 +5,4 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PRODUCT_MAKEFILES := \
|
PRODUCT_MAKEFILES := \
|
||||||
$(LOCAL_DIR)/lineage_lisa.mk
|
$(LOCAL_DIR)/aosp_lisa.mk
|
||||||
|
@ -11,14 +11,12 @@ $(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 Evolution-X stuff.
|
# Inherit some common aosp stuff.
|
||||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
|
||||||
|
|
||||||
# Bootanimation
|
# Bootanimation
|
||||||
TARGET_BOOT_ANIMATION_RES := 1080
|
TARGET_BOOT_ANIMATION_RES := 1080
|
||||||
|
|
||||||
# Evolution-X Stuff
|
|
||||||
EVO_BUILD_TYPE := Official
|
|
||||||
TARGET_FACE_UNLOCK_SUPPORTED := true
|
TARGET_FACE_UNLOCK_SUPPORTED := true
|
||||||
TARGET_SUPPORTS_QUICK_TAP := true
|
TARGET_SUPPORTS_QUICK_TAP := true
|
||||||
|
|
||||||
@ -26,7 +24,7 @@ PRODUCT_BRAND := Xiaomi
|
|||||||
PRODUCT_DEVICE := lisa
|
PRODUCT_DEVICE := lisa
|
||||||
PRODUCT_MANUFACTURER := Xiaomi
|
PRODUCT_MANUFACTURER := Xiaomi
|
||||||
PRODUCT_MODEL := 2109119DG
|
PRODUCT_MODEL := 2109119DG
|
||||||
PRODUCT_NAME := lineage_lisa
|
PRODUCT_NAME := aosp_lisa
|
||||||
|
|
||||||
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
|
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
|
||||||
|
|
@ -12,8 +12,7 @@ $(call inherit-product, vendor/xiaomi/miuicamera-lisa/device.mk)
|
|||||||
|
|
||||||
# Overlays
|
# Overlays
|
||||||
DEVICE_PACKAGE_OVERLAYS += \
|
DEVICE_PACKAGE_OVERLAYS += \
|
||||||
$(LOCAL_PATH)/overlay \
|
$(LOCAL_PATH)/overlay
|
||||||
$(LOCAL_PATH)/overlay-evolution
|
|
||||||
|
|
||||||
# Overlays-RRO
|
# Overlays-RRO
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
<?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>
|
|
@ -1,42 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
SPDX-FileCopyrightText: 2022 The LineageOS Project
|
|
||||||
SPDX-License-Identifier: Apache-2.0
|
|
||||||
-->
|
|
||||||
<resources>
|
|
||||||
<!-- Enable auxiliary cameras selector. -->
|
|
||||||
<bool name="config_enableAuxCameras">true</bool>
|
|
||||||
|
|
||||||
<!-- List of ID of auxiliary cameras that must be ignored by the app. -->
|
|
||||||
<string-array name="config_ignoredAuxCameraIds">
|
|
||||||
<item>7</item> <!-- no-op front camera -->
|
|
||||||
</string-array>
|
|
||||||
|
|
||||||
<!-- An array of triplets made of (camera ID, qualities, framerates).
|
|
||||||
These video modes will be added to the available
|
|
||||||
quality/framerate combinations of a camera device.
|
|
||||||
Make sure the device is able to handle those configurations
|
|
||||||
and maintain a stable framerate at any condition.
|
|
||||||
Note that you can't add video qualities that aren't
|
|
||||||
exposed by the camera, only new framerates.
|
|
||||||
Valid values of resolution are:
|
|
||||||
- "sd" (480p)
|
|
||||||
- "hd" (720p)
|
|
||||||
- "fhd" (1080p)
|
|
||||||
- "uhd" (2160p)
|
|
||||||
Valid values of framerate are:
|
|
||||||
- "24"
|
|
||||||
- "30"
|
|
||||||
- "60"
|
|
||||||
- "120"
|
|
||||||
Example:
|
|
||||||
<string-array name="config_additionalVideoConfigurations">
|
|
||||||
<item>0</item> <item>sd|hd|fhd</item> <item>60|120</item>
|
|
||||||
<item>1</item> <item>sd|hd|fhd</item> <item>60</item>
|
|
||||||
</string-array>
|
|
||||||
-->
|
|
||||||
<string-array name="config_additionalVideoConfigurations">
|
|
||||||
<item>0</item> <item>sd|hd|fhd</item> <item>60</item>
|
|
||||||
<item>1</item> <item>sd|hd|fhd</item> <item>60</item>
|
|
||||||
</string-array>
|
|
||||||
</resources>
|
|
@ -1,17 +0,0 @@
|
|||||||
<?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>
|
|
Loading…
Reference in New Issue
Block a user