update gradle/kotlin

gradle 7.2
kotlin plugin: 1.5.30
pull/80/head
cfig
parent 6c07824ca4
commit 62bc8004c4
No known key found for this signature in database
GPG Key ID: B104C307F0FDABB7

@ -15,7 +15,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins { plugins {
kotlin("jvm") version "1.5.20-RC" kotlin("jvm") version "1.5.30"
application application
} }

@ -1,30 +1,28 @@
# /misc partition layout # /misc partition layout
| - | - | - | Offset | Size | description | | - | - | - | Size | description | Offset |
| :---- | :------ | :---- | :---- | :---- | ----- | | :---- | :------ | :---- | :---- | ----- | ----- |
| Legacy | bootloader_message | | 0 | (2K) | | | Legacy | bootloader_message | | (2K) | | --> 0 |
| | |command | | 32 |updated by linux/bootloader | | | |command | 32 |updated by linux/bootloader | |
| | |status | | 32 |deprecated | | | |status | 32 |deprecated | |
| | |recovery | |768 |talking channel between normal/recovery modes | | | |recovery |768 |talking channel between normal/recovery modes | |
| | |stage | | 32 |format "#/#", eg, "1/3" | | | |stage | 32 |format "#/#", eg, "1/3" | |
| | |reserved | | 1184| | | | |reserved | 1184| | |
| - | - |- | - | - | - | | - | - |- | - | - | |
| Vendor Area | vendor bootloader msg | N/A | 2K | 2K | Vendor Area | | Vendor Area | vendor bootloader msg | N/A | 2K | Vendor Area | -->2KB |
| | vendor bootloader msg | N/A | 4K | 12K | pure Vendor area | | | vendor bootloader msg | N/A | 12K | pure Vendor area | -->4KB |
| - | - | - | - | - | - | | - | - | - | - | - | |
| Wipe | wipe_package info | | 16K | 16K | offset 16KB, Used by uncrypt and recovery to store wipe_package for A/B devices | | Wipe | wipe_package info | | 16K | offset 16KB, Used by uncrypt and recovery to store wipe_package for A/B devices | -->16KB |
| - | - | - | - | - | - | | - | - | - | - | - | |
| System | system_space -> 1<br>misc_virtual_ab_message | | | (64) | | | System | system_space -> 1<br>misc_virtual_ab_message | | (64) | | -->32KB |
| | | version | | 1 | | | | | version | 1 | | |
| | | magic | | 4 | | | | | magic | 4 | | |
| | | merge_status | | 1 | | | | | merge_status | 1 | | |
| | | source_slot | | 1 | | | | | source_slot | 1 | | |
| | | reserved | | 57 | | | | | reserved | 57 | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
### vendor area implementation example from Google: ### vendor area implementation example from Google:

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

@ -15,7 +15,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins { plugins {
id("org.jetbrains.kotlin.jvm") version "1.5.20-RC" id("org.jetbrains.kotlin.jvm") version "1.5.30"
`java-library` `java-library`
} }

@ -22,8 +22,8 @@ endef
define gw_win define gw_win
@IF EXIST tools\\bin SET PATH=%PATH%;tools\\bin\n @IF EXIST tools\\bin SET PATH=%PATH%;tools\\bin\n
if "%1" == "check" exit 0\n @if "%1" == "check" exit 0\n
if "%1" == "clean" exit 0\n @if "%1" == "clean" exit 0\n
@java -jar bbootimg/bbootimg.jar %* @java -jar bbootimg/bbootimg.jar %*
endef endef
export gw gw_win export gw gw_win

Loading…
Cancel
Save