drivers: kernelsu: Hardcode KSU_GIT_VERSION to tiann/KernelSU@8828939
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:
kondors1995
2023-10-11 15:53:15 +03:00
parent 6f0f785522
commit 3ce17c73dc

View File

@@ -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)