fix setting radio version
This commit is contained in:
parent
cbac084fe8
commit
86a44792dd
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export function generateAndroidInfo(device: string, blVersion: string, radioVers
|
||||||
require version-bootloader=${blVersion}
|
require version-bootloader=${blVersion}
|
||||||
`
|
`
|
||||||
if (radioVersion != undefined) {
|
if (radioVersion != undefined) {
|
||||||
android_info += 'require version-baseband=${radioVersion}\n'
|
android_info += `require version-baseband=${radioVersion}\n`
|
||||||
}
|
}
|
||||||
|
|
||||||
if (stockAbOtaPartitions.includes('vendor_kernel_boot')) {
|
if (stockAbOtaPartitions.includes('vendor_kernel_boot')) {
|
||||||
|
|
Loading…
Reference in a new issue