Skip to content

Commit

Permalink
Waydroid have changed supported OS handling
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford authored and flexiondotorg committed Apr 15, 2024
1 parent 698afab commit 67929db
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions 01-main/packages/waydroid
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."

0 comments on commit 67929db

Please # to comment.