Skip to content

Commit

Permalink
vars: remove fbpk_version and wifi_only
Browse files Browse the repository at this point in the history
Both V1 and V2 FBPK versions are handled by the same script
now, and radio image existance it detected automatically.

Change-Id: If9b1bced702cf66a4ceaaadf13801039c3ae661d
  • Loading branch information
Demon000 committed Sep 27, 2024
1 parent 5bf3ee5 commit b4128c4
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 23 deletions.
2 changes: 0 additions & 2 deletions vars/akita
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ device_repos=(
device/google/akita
)

readonly fbpk_version="v2"

# Updated semi-manually via pixel/update-any-var.sh

readonly build_id="AP2A.240905.003.A1"
Expand Down
2 changes: 0 additions & 2 deletions vars/bluejay
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ device_repos=(
device/google/bluejay
)

readonly fbpk_version="v2"

# Updated semi-manually via pixel/update-any-var.sh

readonly build_id="AP2A.240905.003.F1"
Expand Down
2 changes: 0 additions & 2 deletions vars/cheetah
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ device_repos=(
device/google/pantah
)

readonly fbpk_version="v2"

# Updated semi-manually via pixel/update-any-var.sh

readonly build_id="AP2A.240905.003"
Expand Down
2 changes: 0 additions & 2 deletions vars/felix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ device_repos=(
device/google/felix
)

readonly fbpk_version="v2"

# Updated semi-manually via pixel/update-any-var.sh

readonly build_id="AP2A.240905.003"
Expand Down
2 changes: 0 additions & 2 deletions vars/husky
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ device_repos=(
device/google/shusky
)

readonly fbpk_version="v2"

# Updated semi-manually via pixel/update-any-var.sh

readonly build_id="AP2A.240905.003"
Expand Down
2 changes: 0 additions & 2 deletions vars/lynx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ device_repos=(
device/google/lynx
)

readonly fbpk_version="v2"

# Updated semi-manually via pixel/update-any-var.sh

readonly build_id="AP2A.240905.003"
Expand Down
2 changes: 0 additions & 2 deletions vars/oriole
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ device_repos=(
# common repos in raven
)

readonly fbpk_version="v2"

# Updated semi-manually via pixel/update-any-var.sh

readonly build_id="AP2A.240905.003.F1"
Expand Down
2 changes: 0 additions & 2 deletions vars/panther
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ device_repos=(
# common repos in cheetah
)

readonly fbpk_version="v2"

# Updated semi-manually via pixel/update-any-var.sh

readonly build_id="AP2A.240905.003"
Expand Down
2 changes: 0 additions & 2 deletions vars/raven
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ device_repos=(
device/google/raviole
)

readonly fbpk_version="v2"

# Updated semi-manually via pixel/update-any-var.sh

readonly build_id="AP2A.240905.003.F1"
Expand Down
2 changes: 0 additions & 2 deletions vars/shiba
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ device_repos=(
# common repos in husky
)

readonly fbpk_version="v2"

# Updated semi-manually via pixel/update-any-var.sh

readonly build_id="AP2A.240905.003"
Expand Down
3 changes: 0 additions & 3 deletions vars/tangorpro
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ device_repos=(
device/google/tangorpro
)

readonly fbpk_version="v2"
readonly wifi_only=true

# Updated semi-manually via pixel/update-any-var.sh

readonly build_id="AP2A.240905.003"
Expand Down

0 comments on commit b4128c4

Please sign in to comment.