Skip to content

Commit c47f61c

Browse files
committed
vanilla: RQ2A.210505 -> RQ3A.210605
1 parent fe292f2 commit c47f61c

10 files changed

+1941
-10153
lines changed

flavors/vanilla/default.nix

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,10 @@ in mkIf (config.flavor == "vanilla") (mkMerge [
137137
### Android 11 stuff ###
138138
(mkIf (config.androidVersion == 11) (mkMerge [
139139
{
140-
buildDateTime = mkDefault 1620097209;
141-
142-
source.manifest.rev = mkDefault (
143-
if lib.elem config.deviceFamily [ "crosshatch" "bonito" "coral" "sunfish" ]
144-
then "android-11.0.0_r36"
145-
else "android-11.0.0_r37"
146-
);
147-
apv.buildID = mkDefault (
148-
if lib.elem config.deviceFamily [ "crosshatch" "bonito" "coral" "sunfish" ]
149-
then "RQ2A.210505.002"
150-
else "RQ2A.210505.003"
151-
);
140+
buildDateTime = mkDefault 1623109908;
141+
142+
source.manifest.rev = mkDefault "android-11.0.0_r38";
143+
apv.buildID = mkDefault "RQ3A.210605.005";
152144

153145
# See also: https://github.com/GrapheneOS/os_issue_tracker/issues/325
154146
# List of biometric sensors on the device, in decreasing strength. Consumed by AuthService

flavors/vanilla/kernel-metadata.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
},
66
"crosshatch": {
77
"branch": "android-msm-crosshatch-4.9-android11-qpr2",
8-
"tag": "android-11.0.0_r0.77"
8+
"tag": "android-11.0.0_r0.82"
99
},
1010
"bonito": {
1111
"branch": "android-msm-bonito-4.9-android11-qpr2",
12-
"tag": "android-11.0.0_r0.78"
12+
"tag": "android-11.0.0_r0.83"
1313
},
1414
"coral": {
1515
"branch": "android-msm-coral-4.14-android11-qpr2",
16-
"tag": "android-11.0.0_r0.79"
16+
"tag": "android-11.0.0_r0.84"
1717
},
1818
"sunfish": {
1919
"branch": "android-msm-sunfish-4.14-android11-qpr2",
20-
"tag": "android-11.0.0_r0.80"
20+
"tag": "android-11.0.0_r0.85"
2121
},
2222
"redfin": {
2323
"branch": "android-msm-redbull-4.19-android11-qpr2",
24-
"tag": "android-11.0.0_r0.81"
24+
"tag": "android-11.0.0_r0.86"
2525
}
2626
}

0 commit comments

Comments
 (0)