drivers: kernelsu: Hardcode KSU_GIT_VERSION to tiann/KernelSU@8828939
Some checks failed
Build on Tag / build (push) Has been cancelled
Some checks failed
Build on Tag / build (push) Has been cancelled
A little bit hacky way. Run `git rev-list --count HEAD` on a separate KernelSU repo
This commit is contained in:
@@ -12,7 +12,7 @@ obj-y += embed_ksud.o
|
||||
obj-y += kernel_compat.o
|
||||
|
||||
obj-y += selinux/
|
||||
KSU_GIT_VERSION := 1038
|
||||
KSU_GIT_VERSION := 1072
|
||||
# ksu_version: major * 10000 + git version + 200 for historical reasons
|
||||
$(eval KSU_VERSION=$(shell expr 10000 + $(KSU_GIT_VERSION) + 200))
|
||||
ccflags-y += -DKSU_VERSION=$(KSU_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user