Skip to content

Commit

Permalink
Rename to ANDROID_GKI_KIT_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
gmh5225 committed Mar 3, 2024
1 parent f8260cf commit 39a46b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Build
run: |
export ANDROID_KERNEL_PATH=$(pwd)/common-android12-5.10-KernelSU/
export ANDROID_GKI_KIT_PATH=$(pwd)/common-android12-5.10-KernelSU/
export ANDROID_OLLVM_INSTALLER=$(pwd)/install/
cd android-kernel-driver-template
make && make clean
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ifneq ($(KERNELRELEASE),)

else
# Directories and tools for building outside the kernel build system
KIT_DIR := $(ANDROID_KERNEL_PATH)common
KIT_DIR := $(ANDROID_GKI_KIT_PATH)common
KIT_CLANG_PATH := $(ANDROID_OLLVM_INSTALLER)bin/
KIT_CLANG := $(KIT_CLANG_PATH)clang
KIT_LLD := $(KIT_CLANG_PATH)ld.lld
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ wsl --list --verbose
wget -nv https://github.com/gmh5225/common-android12-5.10-KernelSU/releases/download/v1.0.0/GKI-android12-5.10-kit.zip && 7z x GKI-android12-5.10-kit.zip
wget -nv https://github.com/backengineering/llvm-msvc/releases/download/llvm-msvc-v3.3.1/android-wrapper-llvm-msvc.zip && 7z x android-wrapper-llvm-msvc.zip
export ANDROID_KERNEL_PATH=$(pwd)/common-android12-5.10-KernelSU/
export ANDROID_GKI_KIT_PATH=$(pwd)/common-android12-5.10-KernelSU/
export ANDROID_OLLVM_INSTALLER=$(pwd)/install/
git clone --recursive https://github.com/gmh5225/android-kernel-driver-template
Expand Down

0 comments on commit 39a46b7

Please sign in to comment.