Skip to content

Commit

Permalink
spes: Testing Android-15 with @ProjectPixelage
Browse files Browse the repository at this point in the history
Signed-off-by: tanvirr007 <tanvirr007@github.com>
  • Loading branch information
tanvirr007 committed Nov 7, 2024
1 parent 06975df commit 55fab6d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 16 deletions.
10 changes: 5 additions & 5 deletions AndroidProducts.mk
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#
# Copyright (C) 2022 The LineageOS Project
# Copyright (C) 2024 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#

PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/blaze_spes.mk
$(LOCAL_DIR)/pixelage_spes.mk

COMMON_LUNCH_CHOICES := \
blaze_spes-user \
blaze_spes-userdebug \
blaze_spes-eng
pixelage_spes-user \
pixelage_spes-userdebug \
pixelage_spes-eng
15 changes: 15 additions & 0 deletions overlay/packages/apps/Settings/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2024 The Android Open Source 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" translatable="false">тαиνir</string>
</resources>
18 changes: 7 additions & 11 deletions blaze_spes.mk → pixelage_spes.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2022 The LineageOS Project
# Copyright (C) 2024 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
Expand All @@ -11,11 +11,11 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from spes/spesn device
$(call inherit-product, device/xiaomi/spes/device.mk)

# Inherit some common ProjectBlaze stuff.
$(call inherit-product, vendor/blaze/config/common_full_phone.mk)
# Inherit some common Project Pixelage stuff.
$(call inherit-product, vendor/pixelage/config/common_full_phone.mk)

# Product Specifics
PRODUCT_NAME := blaze_spes
PRODUCT_NAME := pixelage_spes
PRODUCT_DEVICE := spes
PRODUCT_BRAND := Redmi
PRODUCT_MODEL := Redmi Note 11
Expand All @@ -26,13 +26,9 @@ PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
# Boot Animaton
TARGET_BOOT_ANIMATION_RES := 1080

# Blaze Flags
BLAZE_BUILD_TYPE := OFFICIAL
BLAZE_MAINTAINER := тαиνir
WITH_GAPPS := true
TARGET_SUPPORTS_GOOGLE_RECORDER := true
TARGET_INCLUDE_PIXEL_LAUNCHER := true
TARGET_SUPPORTS_TOUCHGESTURES := true
# Project Pixelage Flags
PIXELAGE_BUILDTYPE := UNOFFICIAL
TARGET_FACE_UNLOCK_SUPPORTED := true

# Overlay
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay-lineage
Expand Down

0 comments on commit 55fab6d

Please sign in to comment.