Initial push
This commit is contained in:
parent
1effac6bf8
commit
a01d3e7cc2
1993 changed files with 106354 additions and 0 deletions
7
Changelog/Changelog.txt.Fogo
Normal file
7
Changelog/Changelog.txt.Fogo
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#####################
|
||||
|
||||
A-Team Custom ChangeLog
|
||||
|
||||
#####################
|
||||
|
||||
🍬 April-22-2025 - v0.01 🍬: Initial Android 15 Release...
|
||||
7
Changelog/Changelog.txt.Genevn
Normal file
7
Changelog/Changelog.txt.Genevn
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#####################
|
||||
|
||||
A-Team Custom ChangeLog
|
||||
|
||||
#####################
|
||||
|
||||
🍬 April-22-2025 - v0.01 🍬: Initial Android 15 Release...
|
||||
7
Changelog/Changelog.txt.Milanf
Normal file
7
Changelog/Changelog.txt.Milanf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#####################
|
||||
|
||||
A-Team Custom ChangeLog
|
||||
|
||||
#####################
|
||||
|
||||
🍬 December-4-2025 - v0.01 🍬: Initial Android 16 Release...
|
||||
7
Changelog/Changelog.txt.Moto_GSI
Normal file
7
Changelog/Changelog.txt.Moto_GSI
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#####################
|
||||
|
||||
A-Team Custom ChangeLog
|
||||
|
||||
#####################
|
||||
|
||||
🍬 March-29-2025 - v0.01 🍬: Initial Android 15 Moto GSI Rom Release...
|
||||
7
Changelog/Changelog.txt.Rtwo
Normal file
7
Changelog/Changelog.txt.Rtwo
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#####################
|
||||
|
||||
A-Team Custom ChangeLog
|
||||
|
||||
#####################
|
||||
|
||||
🍬 December-4-2025 - v0.01 🍬: Initial Android 16 Release...
|
||||
44
Changelog/changelog
Executable file
44
Changelog/changelog
Executable file
|
|
@ -0,0 +1,44 @@
|
|||
#!/bin/sh
|
||||
|
||||
#
|
||||
# Copyright 2019-Present A-Team Digital Solutions
|
||||
#
|
||||
|
||||
#export PATH=/bin:$BIN:$PATH
|
||||
#set -e
|
||||
|
||||
#usage() {
|
||||
# cat <<EOM
|
||||
# Usage: $(basename $0) <Path to output directory, typically \$OUT variable>
|
||||
#EOM
|
||||
# exit 1
|
||||
#}
|
||||
|
||||
# Set Path To $OUT Directory, Typical $OUT Variable
|
||||
#[ $# -ne 1 ] && usage
|
||||
#OUT="$1"
|
||||
|
||||
# Check For $OUT Directory
|
||||
#if [ ! -d "$OUT" ];then
|
||||
# echo "Specified OUT-Directory: $OUT Does Not Exist!"
|
||||
# exit 1
|
||||
#fi
|
||||
|
||||
# Store Changelog In $OUT & Copy Changelog To Target system/etc
|
||||
#changelog="$OUT/Changelog.txt"
|
||||
#system_changelog="$OUT/system/etc/Changelog.txt"
|
||||
|
||||
# Print Something To Build Output
|
||||
#echo ${bldppl}"Generating A-Team Custom Changelog..."${txtrst}
|
||||
|
||||
# Copy Changelog To Target
|
||||
#mkdir -p $(dirname "$system_changelog")
|
||||
#cp -r Changelog.txt $OUT
|
||||
#cp "$changelog" "$system_changelog"
|
||||
|
||||
#exit 0
|
||||
|
||||
# Print something to build output
|
||||
echo ""
|
||||
echo "Generating A-Team Custom Changelog..."
|
||||
echo ""
|
||||
11
Changelog/changelog.sh
Executable file
11
Changelog/changelog.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
#
|
||||
# Copyright 2019-Present A-Team Digital Solutions
|
||||
#
|
||||
|
||||
# Print something to build output
|
||||
echo ""
|
||||
echo "Generating A-Team Custom Changelog..."
|
||||
echo ""
|
||||
|
||||
Loading…
Reference in a new issue