diff options
| author | techyguyperplexable <hlcj1234567@gmail.com> | 2025-11-11 23:44:13 +0000 |
|---|---|---|
| committer | techyguyperplexable <hlcj1234567@gmail.com> | 2025-11-11 23:45:14 +0000 |
| commit | e306a6c9131c7dc7fff3bc06cb00c3dbd79b3275 (patch) | |
| tree | c3b682ef530aa7817835edcf7f7f20e5236b4961 | |
| parent | 917f7a3f7a5c704778507e19f1e6c3f18d873436 (diff) | |
r8s: Fix build issues
Change-Id: Ib2e077356e0fbf5442c0df9fdb2e9dc221196d4c
Signed-off-by: techyguyperplexable <hlcj1234567@gmail.com>
| -rw-r--r-- | BoardConfigCommon.mk | 2 | ||||
| -rw-r--r-- | manifest.xml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index b1c133a..b76d132 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -119,7 +119,7 @@ KERNEL_TOOLCHAIN_PREFIX := aarch64-linux-gnu- TARGET_KERNEL_CLANG_VERSION := r416183b TARGET_KERNEL_CLANG_PATH := $(abspath .)/prebuilts/clang/kernel/$(HOST_PREBUILT_TAG)/clang-$(TARGET_KERNEL_CLANG_VERSION) TARGET_KERNEL_LLVM_BINUTILS := true -TARGET_KERNEL_SOURCE := kernel/samsung/universal9830 +TARGET_KERNEL_SOURCE := kernel/samsung/9830 # Keymaster $(call soong_config_set,samsungVars,target_keymaster4_library,//vendor/samsung/universal9830-common:libskeymaster4device) diff --git a/manifest.xml b/manifest.xml index 1f2cdab..d9d99e6 100644 --- a/manifest.xml +++ b/manifest.xml @@ -247,6 +247,7 @@ <name>IGloveMode</name> <instance>default</instance> </interface> + <interface> <name>IHighTouchPollingRate</name> <instance>default</instance> </interface> |
