Skip to content

manager: detect init_boot with Android version in uname#2142

Merged
Howard20181 merged 1 commit intotiann:mainfrom
shatyuka:init_boot
Oct 17, 2024
Merged

manager: detect init_boot with Android version in uname#2142
Howard20181 merged 1 commit intotiann:mainfrom
shatyuka:init_boot

Conversation

@shatyuka
Copy link
Contributor

Redmi Note 12 Turbo (marble) comes shipped with Android 13, but the baseline/kernel target version is Android 12.

# getprop | grep api_level
[ro.board.api_level]: [31]
[ro.board.first_api_level]: [31]
[ro.product.first_api_level]: [33]
[ro.vendor.api_level]: [31]
# uname -a
Linux localhost 5.10.198-android12-9-00085-g226a9632f13d-ab11136126 #1 SMP PREEMPT Wed Nov 22 14:16:37 UTC 2023 aarch64 Toybox

Maybe we should use ro.board.first_api_level instead of ro.product.first_api_level, or the minimum value. But anyway, it's better to be consistent with ksud.

let skip_init = kmi.starts_with("android12-");

@Howard20181 Howard20181 enabled auto-merge (squash) October 17, 2024 11:45
@Howard20181 Howard20181 merged commit 05a9054 into tiann:main Oct 17, 2024
LeCmnGend pushed a commit to LeCmnGend/KernelSU that referenced this pull request Oct 18, 2024
Redmi Note 12 Turbo (marble) comes shipped with Android 13, but the
baseline/kernel target version is Android 12.

```
# getprop | grep api_level
[ro.board.api_level]: [31]
[ro.board.first_api_level]: [31]
[ro.product.first_api_level]: [33]
[ro.vendor.api_level]: [31]
# uname -a
Linux localhost 5.10.198-android12-9-00085-g226a9632f13d-ab11136126 #1 SMP PREEMPT Wed Nov 22 14:16:37 UTC 2023 aarch64 Toybox
```

Maybe we should use `ro.board.first_api_level` instead of
`ro.product.first_api_level`, or the minimum value. But anyway, it's
better to be consistent with ksud.

https://github.com/tiann/KernelSU/blob/2f9210b2e79338e7e7b1eb91878cada2b9a37ed6/userspace/ksud/src/boot_patch.rs#L407
selfmusing added a commit to selfmusing/USlenreK that referenced this pull request Oct 22, 2024
silvzr added a commit to silvzr/KernelSU that referenced this pull request Oct 27, 2024
…n#2142)"

This reverts commit 05a9054.
It breaks displayed ksud version for some reason.
silvzr added a commit to silvzr/KernelSU that referenced this pull request Oct 27, 2024
…n#2142)"

This reverts commit 05a9054.
It breaks displayed ksud version for some reason.
silvzr added a commit to silvzr/KernelSU that referenced this pull request Oct 27, 2024
…n#2142)"

This reverts commit 05a9054.
It breaks displayed ksud version for some reason
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request Oct 29, 2024
kutemeikito added a commit to kutemeikito/KernelSU that referenced this pull request Oct 29, 2024
* 'main' of https://github.com/tiann/KernelSU:
  build(deps): bump the crates group across 1 directory with 38 updates (tiann#2163)
  build(deps): bump the npm group across 1 directory with 35 updates (tiann#2161)
  Translations update from Hosted Weblate (tiann#2065)
  Renewed rmx3511 kernel source git repo link (tiann#2164)
  manager: Add action.sh for user to manually trigger modules' functionality from manager (tiann#2156)
  manager: Bump dependencies, Adjust pull refresh UI, Add transitions back (tiann#2139)
  manager: detect init_boot with Android version in uname (tiann#2142)
  add device to unofficial supported list (tiann#2136)

Signed-off-by: Edwiin Kusuma Jaya <kutemeikito0905@gmail.com>
whyakari added a commit to whyakari/KernelSU that referenced this pull request Oct 31, 2024
… nongki

* 'legacy' of https://github.com/backslashxx/KernelSU: (113 commits)
  manager: unofficial build
  dummy.keystore
  workflows: debloat
  treewide: adjust version counting
  Revert "[1.0] Drop Non-GKI Support (tiann#1483)"
  Revert "Drop some legacy codes (tiann#1981)"
  build(deps): bump the crates group across 1 directory with 38 updates (tiann#2163)
  build(deps): bump the npm group across 1 directory with 35 updates (tiann#2161)
  Translations update from Hosted Weblate (tiann#2065)
  Renewed rmx3511 kernel source git repo link (tiann#2164)
  manager: Add action.sh for user to manually trigger modules' functionality from manager (tiann#2156)
  manager: Bump dependencies, Adjust pull refresh UI, Add transitions back (tiann#2139)
  manager: detect init_boot with Android version in uname (tiann#2142)
  add device to unofficial supported list (tiann#2136)
  [add device]: (tiann#2117)
  manager: Refactor the click logic of ModuleItem (tiann#2105)
  build(deps): bump the npm group across 1 directory with 28 updates (tiann#2097)
  build(deps): bump the crates group across 1 directory with 32 updates (tiann#2098)
  manager: Insets stuffs for Android 15 (tiann#2100)
  api: spawn CallbackList use UiThreadHandler::runAndWait executor (tiann#2096)
  ...
silvzr added a commit to silvzr/KernelSU that referenced this pull request Nov 1, 2024
…n#2142)"

This reverts commit 05a9054.
It breaks displayed ksud version for some reason
silvzr added a commit to silvzr/KernelSU that referenced this pull request Nov 10, 2024
…n#2142)"

This reverts commit 05a9054.
It breaks displayed ksud version for some reason
silvzr added a commit to silvzr/KernelSU that referenced this pull request Nov 11, 2024
…n#2142)"

This reverts commit 05a9054.
It breaks displayed ksud version for some reason
fukiame pushed a commit to TelegramAt25/KernelSU-shukusai that referenced this pull request Nov 14, 2024
Redmi Note 12 Turbo (marble) comes shipped with Android 13, but the
baseline/kernel target version is Android 12.

```
# getprop | grep api_level
[ro.board.api_level]: [31]
[ro.board.first_api_level]: [31]
[ro.product.first_api_level]: [33]
[ro.vendor.api_level]: [31]
# uname -a
Linux localhost 5.10.198-android12-9-00085-g226a9632f13d-ab11136126 tiann#1 SMP PREEMPT Wed Nov 22 14:16:37 UTC 2023 aarch64 Toybox
```

Maybe we should use `ro.board.first_api_level` instead of
`ro.product.first_api_level`, or the minimum value. But anyway, it's
better to be consistent with ksud.

https://github.com/tiann/KernelSU/blob/2f9210b2e79338e7e7b1eb91878cada2b9a37ed6/userspace/ksud/src/boot_patch.rs#L407
backslashxx pushed a commit to backslashxx/KernelSU that referenced this pull request Nov 14, 2024
Redmi Note 12 Turbo (marble) comes shipped with Android 13, but the
baseline/kernel target version is Android 12.

```
# getprop | grep api_level
[ro.board.api_level]: [31]
[ro.board.first_api_level]: [31]
[ro.product.first_api_level]: [33]
[ro.vendor.api_level]: [31]
# uname -a
Linux localhost 5.10.198-android12-9-00085-g226a9632f13d-ab11136126 #1 SMP PREEMPT Wed Nov 22 14:16:37 UTC 2023 aarch64 Toybox
```

Maybe we should use `ro.board.first_api_level` instead of
`ro.product.first_api_level`, or the minimum value. But anyway, it's
better to be consistent with ksud.

https://github.com/tiann/KernelSU/blob/2f9210b2e79338e7e7b1eb91878cada2b9a37ed6/userspace/ksud/src/boot_patch.rs#L407
backslashxx pushed a commit to backslashxx/KernelSU that referenced this pull request Dec 7, 2024
Redmi Note 12 Turbo (marble) comes shipped with Android 13, but the
baseline/kernel target version is Android 12.

```
# getprop | grep api_level
[ro.board.api_level]: [31]
[ro.board.first_api_level]: [31]
[ro.product.first_api_level]: [33]
[ro.vendor.api_level]: [31]
# uname -a
Linux localhost 5.10.198-android12-9-00085-g226a9632f13d-ab11136126 #1 SMP PREEMPT Wed Nov 22 14:16:37 UTC 2023 aarch64 Toybox
```

Maybe we should use `ro.board.first_api_level` instead of
`ro.product.first_api_level`, or the minimum value. But anyway, it's
better to be consistent with ksud.

https://github.com/tiann/KernelSU/blob/2f9210b2e79338e7e7b1eb91878cada2b9a37ed6/userspace/ksud/src/boot_patch.rs#L407
silvzr added a commit to silvzr/KernelSU that referenced this pull request Dec 9, 2024
…n#2142)"

This reverts commit 05a9054.
It breaks displayed ksud version for some reason
itejo443 pushed a commit to itejo443/KernelSU that referenced this pull request Dec 16, 2024
…n#2142)"

This reverts commit 05a9054.
It breaks displayed ksud version for some reason
silvzr added a commit to silvzr/KernelSU that referenced this pull request Dec 22, 2024
…n#2142)"

This reverts commit 05a9054.
It breaks displayed ksud version for some reason
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Jan 7, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Jan 7, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
itswill00 pushed a commit to itswill00/KernelSU-Next-4.14 that referenced this pull request Jan 19, 2025
Redmi Note 12 Turbo (marble) comes shipped with Android 13, but the
baseline/kernel target version is Android 12.

```
# getprop | grep api_level
[ro.board.api_level]: [31]
[ro.board.first_api_level]: [31]
[ro.product.first_api_level]: [33]
[ro.vendor.api_level]: [31]
# uname -a
Linux localhost 5.10.198-android12-9-00085-g226a9632f13d-ab11136126 tiann#1 SMP PREEMPT Wed Nov 22 14:16:37 UTC 2023 aarch64 Toybox
```

Maybe we should use `ro.board.first_api_level` instead of
`ro.product.first_api_level`, or the minimum value. But anyway, it's
better to be consistent with ksud.

https://github.com/tiann/KernelSU/blob/2f9210b2e79338e7e7b1eb91878cada2b9a37ed6/userspace/ksud/src/boot_patch.rs#L407
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Jan 24, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Jan 24, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Jan 24, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Jan 24, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Jan 25, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Jan 26, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 3, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 4, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 5, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 6, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 7, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 9, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 9, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 9, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 12, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 12, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 15, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 15, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 16, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 16, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 17, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 17, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 18, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 19, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 21, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 22, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 23, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 23, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 24, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 24, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 24, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 24, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 27, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 27, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Mar 1, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Mar 2, 2025
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"

This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.

Revert "manager: detect init_boot with Android version in uname (tiann#2142)"

This reverts commit 05a9054.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants