-
Notifications
You must be signed in to change notification settings - Fork 226
Add 'frankel' option and update OS patch levels #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
d9b9208
c2a7f69
48eccb4
c4948b0
0487778
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -52,6 +52,7 @@ on: | |
| options: | ||
| - generic | ||
| - lake | ||
| - frankel | ||
| default: "lake" | ||
| workflow_call: | ||
| inputs: | ||
|
|
@@ -153,40 +154,8 @@ jobs: | |
| fail-fast: false | ||
| matrix: | ||
| include: | ||
| - sub_level: "30" | ||
| os_patch_level: "2024-07" | ||
| - sub_level: "30" | ||
| os_patch_level: "2024-08" | ||
| - sub_level: "46" | ||
| os_patch_level: "2024-09" | ||
| - sub_level: "50" | ||
| os_patch_level: "2024-10" | ||
| - sub_level: "56" | ||
| os_patch_level: "2024-11" | ||
| - sub_level: "57" | ||
| os_patch_level: "2024-12" | ||
| - sub_level: "58" | ||
| os_patch_level: "2025-01" | ||
| - sub_level: "66" | ||
| os_patch_level: "2025-02" | ||
| - sub_level: "77" | ||
| os_patch_level: "2025-03" | ||
| - sub_level: "82" | ||
| os_patch_level: "2025-04" | ||
| - sub_level: "87" | ||
| os_patch_level: "2025-05" | ||
| - sub_level: "89" | ||
| os_patch_level: "2025-06" | ||
| - sub_level: "92" | ||
| os_patch_level: "2025-07" | ||
| - sub_level: "98" | ||
| os_patch_level: "2025-08" | ||
| - sub_level: "98" | ||
| os_patch_level: "2025-09" | ||
| - sub_level: "102" | ||
| os_patch_level: "2025-10" | ||
| - sub_level: "118" | ||
| os_patch_level: "2026-01" | ||
| os_patch_level: "2026-07" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win Reject incompatible The workflow still exposes 🤖 Prompt for AI Agents |
||
| uses: ./.github/workflows/build-ksu-next.yml | ||
| with: | ||
| android_version: android15 | ||
|
|
@@ -200,7 +169,7 @@ jobs: | |
| add_overlayfs_support: ${{ inputs.add_overlayfs_support }} | ||
| add_kpm: ${{ inputs.add_kpm }} | ||
| sukisu_commit: ${{ inputs.sukisu_commit }} | ||
| device_codename: ${{ inputs.device_codename }} | ||
| device_codename: "generic" # | ||
|
|
||
| build-resukisu: | ||
| needs: [download-dependencies] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,37 +1,5 @@ | ||
| { | ||
| "devices": { | ||
| "lake": { | ||
| "name": "Xiaomi Redmi 14C", | ||
| "codename": "lake", | ||
| "android_version": "android12", | ||
| "kernel_version": "5.10", | ||
| "sub_level": "209", | ||
| "os_patch_level": "2024-05", | ||
| "stock_kernel": { | ||
| "release": "-android12-9-00016-g7c6bbcca33e1-ab12029497", | ||
| "version_string": "#1 SMP PREEMPT Fri Jun 28 13:58:53 UTC 2024", | ||
| "build_user": "build-user", | ||
| "build_host": "build-host", | ||
| "compiler_info": "Android (7284624, based on r416183b) clang version 12.0.5" | ||
| } | ||
| }, | ||
| "lake_a15": { | ||
| "name": "Xiaomi Redmi 14C", | ||
| "codename": "lake", | ||
| "android_version": "android15", | ||
| "kernel_version": "6.6", | ||
| "sub_level": "58", | ||
| "os_patch_level": "2025-01", | ||
| "stock_kernel": { | ||
| "release": "-android15-8-g97728a143642-ab13468307-4k", | ||
| "version_string": "#1 SMP PREEMPT Thu May 8 20:23:55 UTC 2025", | ||
| "build_user": "kleaf", | ||
| "build_host": "build-host", | ||
| "compiler_info": "Android (11368308, +pgo, +bolt, +lto, +mlgo, based on r510928) clang version 18.0.0" | ||
| } | ||
| } | ||
| }, | ||
| "_template": { | ||
| "template": { | ||
| "name": "Device Name", | ||
| "codename": "codename", | ||
| "android_version": "android15", | ||
|
|
@@ -44,7 +12,21 @@ | |
| "build_user": "build-user", | ||
| "build_host": "build-host", | ||
| "compiler_info": "Android clang version X.X.X" | ||
| }, | ||
| "_note": "To add a new device: 1) Get stock boot.img, 2) Run: strings boot.img | grep 'Linux version', 3) Copy values here" | ||
| } | ||
| }, | ||
| "frankel": { | ||
| "name": "Pixel 10", | ||
| "codename": "frankel", | ||
| "android_version": "android15", | ||
| "kernel_version": "6.6", | ||
| "sub_level": "118", | ||
| "os_patch_level": "2026-07", | ||
| "stock_kernel": { | ||
| "release": "6.6.118-android15-6-exynos", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win Store only the release suffix.
🤖 Prompt for AI Agents |
||
| "version_string": "#1 SMP PREEMPT Tue Jan 1 00:00:00 UTC 2026", | ||
| "build_user": "kleaf", | ||
| "build_host": "build-host", | ||
| "compiler_info": "Android clang version 18.0.0" | ||
| } | ||
| } | ||
|
coderabbitai[bot] marked this conversation as resolved.
|
||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.