-
-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Waydroid have changed supported OS handling
- Loading branch information
1 parent
698afab
commit 67929db
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
DEFVER=1 | ||
CODENAMES_SUPPORTED="bookworm bullseye sid focal jammy kinetic lunar" | ||
DEFVER=2 | ||
CODENAMES_SUPPORTED="bookworm bullseye trixie sid focal jammy kinetic lunar mantic" | ||
GPG_KEY_URL="https://repo.waydro.id/waydroid.gpg" | ||
local TARGET_CODENAME=${UPSTREAM_CODENAME} | ||
if [ "${UPSTREAM_CODENAME}" = "kinetic" ]; then | ||
TARGET_CODENAME="ubuntu-devel" | ||
fi | ||
|
||
APT_REPO_URL="https://repo.waydro.id ${TARGET_CODENAME} main" | ||
|
||
APT_REPO_URL="https://repo.waydro.id ${UPSTREAM_CODENAME} main" | ||
PRETTY_NAME="WayDroid" | ||
WEBSITE="https://waydro.id/" | ||
SUMMARY="A container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu." |