Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.sh #271

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export DT_LINK="https://gitlab.com/OrangeFox/device/beryllium.git -b fox_9.0"
export DEVICE="beryllium"
export OEM="xiaomi"

# Build Target
# Build Targe
## "recoveryimage" - for A-Only Devices without using Vendor Boot
## "bootimage" - for A/B devices without recovery partition (and without vendor boot)
## "vendorbootimage" - for devices Using vendor boot for the recovery ramdisk (Usually for devices shipped with Android 12 or higher)
Expand All @@ -19,10 +19,11 @@ export OUTPUT="OrangeFox*.zip"
# Format: "repo dest"
DEPS=(
"https://github.com/OrangeFoxRecovery/Avatar.git misc"
"https://github.com/TeamWin/android_device_samsung_gts210velte/blob/android-7.1/kernel kernel"
)

# Extra Command
export EXTRA_CMD="export OF_MAINTAINER=Sushrut1101"
export EXTRA_CMD="export OF_MAINTAINER=AustinNari"

# Magisk
## Use the Latest Release of Magisk for the OrangeFox addon
Expand Down