Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
imknown committed Sep 9, 2021
2 parents 57955b4 + c8158d3 commit 7a88594
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
36 changes: 22 additions & 14 deletions app/src/main/assets/lld.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
{
"version": "2021-09-02 19:25 +0800",
"version": "2021-09-09 19:55 +0800",
"android": {
"securityPatchLevel": "2021-08-05",
"googlePlaySystemUpdates": "2021-08-01",
"securityPatchLevel": "2021-09-05",
"googlePlaySystemUpdates": "2021-09-01",
"build": {
"version": "2021-08-02",
"version": "2021-09-07",
"details": [
{
"id": "RQ3A.210805.001.A1",
"revision": "r40"
"id": "RQ3A.210905.001",
"revision": "r43"
},
{
"id": "RD2A.210905.002",
"revision": "r44"
},
{
"id": "RD2A.210905.003",
"revision": "r45"
}
]
},
Expand All @@ -26,18 +34,18 @@
"name": "Snow Cone",
"api": "31",
"version": "12",
"phase": "Beta 4.1"
"phase": "Beta 5"
}
},
"linux": {
"google": {
"versions": [
"5.10.61",
"5.4.143",
"4.19.205",
"4.14.245",
"4.9.281",
"4.4.282",
"5.10.63",
"5.4.144",
"4.19.206",
"4.14.246",
"4.9.282",
"4.4.283",
"3.18.140"
]
},
Expand All @@ -64,7 +72,7 @@
"version": "93.0.4577.62"
},
"beta": {
"version": "94.0.4606.31"
"version": "94.0.4606.40"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ data class Lld(
) : BaseInfo()

// https://android.googlesource.com/platform/build/+refs
// https://android.googlesource.com/platform/build/+/refs/tags/android-11.0.0_r40/core/build_id.mk
// https://android.googlesource.com/platform/build/+/refs/tags/android-11.0.0_r45/core/build_id.mk
// https://android.googlesource.com/platform/build/+/master/core/build_id.mk
//
// https://developers.google.com/android/images
Expand Down Expand Up @@ -101,9 +101,9 @@ data class Lld(
@Keep
@Serializable
data class Toyboxes(
// https://android.googlesource.com/platform/external/toybox/+/refs/tags/android-11.0.0_r40/main.c
// https://android.googlesource.com/platform/external/toybox/+/refs/tags/android-11.0.0_r45/main.c
val stable: BaseInfo,
// https://android.googlesource.com/platform/external/toybox/+/refs/tags/android-security-8.1.0_r91/main.c
// https://android.googlesource.com/platform/external/toybox/+/refs/tags/android-security-8.1.0_r92/main.c
val support: BaseInfo,
// https://android.googlesource.com/platform/external/toybox/+/master/toys.h#135
// https://android.googlesource.com/platform/external/toybox/+/upstream-master/toys.h#135
Expand Down

0 comments on commit 7a88594

Please sign in to comment.