kernel/Makefile: check kernelsu driver version from online git repo first, if fails then check local .git and if that also fails then use hardcoded fallback
This commit is contained in:
@@ -32,7 +32,7 @@ val androidCompileSdkVersion = 36
|
||||
val androidCompileNdkVersion = "28.0.13004108"
|
||||
val androidSourceCompatibility = JavaVersion.VERSION_21
|
||||
val androidTargetCompatibility = JavaVersion.VERSION_21
|
||||
val managerVersionCode by extra(1 * 10000 + getGitCommitCount() + 606)
|
||||
val managerVersionCode by extra(1 * 10000 + getGitCommitCount() + 700)
|
||||
val managerVersionName by extra(getGitDescribe())
|
||||
|
||||
fun getGitCommitCount(): Int {
|
||||
|
||||
Reference in New Issue
Block a user