Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
a52940b675 | ||
|
d91c80f792 | ||
|
48b99a0eee | ||
|
3cb64f4be6 | ||
|
d628da352e | ||
|
4ed61b4570 | ||
|
3c9643afc4 | ||
|
f2e249983b | ||
06ef2695b7 |
@ -13,6 +13,10 @@ $(call inherit-product, device/xiaomi/sweet/device.mk)
|
|||||||
|
|
||||||
# Inherit some common LineageOS stuff.
|
# Inherit some common LineageOS stuff.
|
||||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||||
|
RISING_MAINTAINER := honokascape
|
||||||
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||||
|
RISING_CHIPSET="Snapdragon 732G" \
|
||||||
|
RISING_MAINTAINER="Don Johan Liebert"
|
||||||
|
|
||||||
# Device identifier.
|
# Device identifier.
|
||||||
PRODUCT_NAME := lineage_sweet
|
PRODUCT_NAME := lineage_sweet
|
||||||
@ -26,9 +30,12 @@ PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
|
|||||||
WITH_GMS := true
|
WITH_GMS := true
|
||||||
|
|
||||||
# Targets
|
# Targets
|
||||||
|
TARGET_ENABLE_BLUR := true
|
||||||
TARGET_SUPPORTS_64_BIT_APPS := true
|
TARGET_SUPPORTS_64_BIT_APPS := true
|
||||||
|
TARGET_FACE_UNLOCK_SUPPORTED := true
|
||||||
|
TARGET_DEFAULT_PIXEL_LAUNCHER := true
|
||||||
|
TARGET_PREBUILT_LAWNCHAIR_LAUNCHER := true
|
||||||
TARGET_HAS_UDFPS := false
|
TARGET_HAS_UDFPS := false
|
||||||
BUILD_BCR := true
|
|
||||||
|
|
||||||
# Fingerprint
|
# Fingerprint
|
||||||
BUILD_FINGERPRINT := Redmi/sweet_global/sweet:13/TKQ1.221013.002/V14.0.9.0.TKFMIXM:user/release-keys
|
BUILD_FINGERPRINT := Redmi/sweet_global/sweet:13/TKQ1.221013.002/V14.0.9.0.TKFMIXM:user/release-keys
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
<?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">Johan Liebert</string>
|
|
||||||
<string name="build_maintainer_donate_url" translatable="false">https://t.me/honokascape</string>
|
|
||||||
</resources>
|
|
50
rising.dependencies
Normal file
50
rising.dependencies
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"remote" : "repo.radio",
|
||||||
|
"repository" : "donjohanliebert/device_xiaomi_sm6150-common",
|
||||||
|
"branch" : "udc",
|
||||||
|
"target_path" : "device/xiaomi/sm6150-common"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"remote" : "repo.radio",
|
||||||
|
"repository" : "donjohanliebert/vendor_xiaomi_sweet",
|
||||||
|
"branch" : "udc",
|
||||||
|
"target_path" : "vendor/xiaomi/sweet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"remote" : "repo.radio",
|
||||||
|
"repository" : "donjohanliebert/vendor_xiaomi_sm6150-common",
|
||||||
|
"branch" : "udc",
|
||||||
|
"target_path" : "vendor/xiaomi/sm6150-common"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"remote" : "repo.radio",
|
||||||
|
"repository" : "donjohanliebert/vendor_xiaomi_sweet-miuicamera",
|
||||||
|
"branch" : "udc",
|
||||||
|
"target_path" : "vendor/xiaomi/sweet-miuicamera"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"remote" : "github",
|
||||||
|
"repository" : "pure-soul-kk/kernel_xiaomi_sm6150",
|
||||||
|
"branch" : "LN-KSU",
|
||||||
|
"target_path" : "kernel/xiaomi/sm6150"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"remote" : "github",
|
||||||
|
"repository" : "PixelOS-AOSP/hardware_xiaomi",
|
||||||
|
"branch" : "fourteen",
|
||||||
|
"target_path" : "hardware/xiaomi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"remote" : "gitlab",
|
||||||
|
"repository" : "itsshashanksp/android_prebuilts_clang_host_linux-x86_clang-r530567",
|
||||||
|
"branch" : "14.0",
|
||||||
|
"target_path" : "prebuilts/clang/host/linux-x86/clang-r530567"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"remote" : "repo.radio",
|
||||||
|
"repository" : "donjohanliebert/vendor_lineage-priv_keys",
|
||||||
|
"branch" : "fourteen",
|
||||||
|
"target_path" : "vendor/lineage-priv/keys"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user