fixup and slim down

This commit is contained in:
PizzaG 2026-08-04 22:07:10 -05:00
commit 1d907fa42b
12 changed files with 218 additions and 6 deletions

View file

@ -8,7 +8,7 @@
LOCAL_PATH := $(call my-dir)
A_TEAM_PATH := vendor/A-Team
A_TEAM_PATH := device/A-Team
# BootAnimation Resolution
TARGET_BOOT_ANIMATION_RES := 1080
@ -22,9 +22,12 @@ PRODUCT_SOONG_NAMESPACES += \
[A-Team_KSU]
# A-Team Custom APN
ifeq ($(CUSTOM_APN), Custom)
ifeq ($(APN_VARIABLE), Custom)
PRODUCT_SOONG_NAMESPACES += \
[A-Team_APN]
[A-Team_Custom_APN]
else
PRODUCT_SOONG_NAMESPACES += \
[Default_APN]
endif
# A-Team Rom Apps
@ -116,7 +119,7 @@ PRODUCT_COPY_FILES += \
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
persist.adb.notify=0 \
persist.sys.disable_rescue=true \
ro.a-team.rom_version=$(A_TEAM_ROM_VERSION)
ro.a-team.rom_version=$(INTERNAL_VERSION)
##################################################################