Skip to content

Commit

Permalink
grapheneos 2022070600
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyuyureka committed Jul 7, 2022
1 parent e9ee7f8 commit 682dc37
Show file tree
Hide file tree
Showing 9 changed files with 611 additions and 11,178 deletions.
3 changes: 1 addition & 2 deletions flavors/grapheneos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ in mkIf (config.flavor == "grapheneos") (mkMerge [
apv.buildID = mkDefault (
if (elem config.device [ "crosshatch" "blueline" ]) then "SP1A.210812.016.C2"
else if (elem config.device [ "bonito" "sargo" ]) then "SP2A.220505.006"
else if (elem config.device [ "coral" "flame" "sunfish" "bramble" "redfin" "barbet" ]) then "SQ3A.220605.009.A1"
else "SQ3A.220605.009.B1"
else "SQ3A.220705.003.A1"
);

# Not strictly necessary for me to set these, since I override the source.dirs above
Expand Down
Loading

0 comments on commit 682dc37

Please sign in to comment.