summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Nelms <tknelms@google.com>2023-05-02 20:08:39 +0000
committerTaylor Nelms <tknelms@google.com>2023-05-02 20:08:39 +0000
commitefb7d4adf8cf6afb3453ddeaf5ec85e06abae9c7 (patch)
treede256b2f426fe257211a6bf30127fd953f9fba44
parent113bb122fb20dfc4d523869dfe93da535211909c (diff)
downloadsec_touch-android-gs-shusky-5.15-u-qpr1-beta2.tar.gz
Display headers and BUILD files have moved to display/samsung. Update paths to reflect new location. Bug: 234150324 Test: successful compilation Change-Id: I37579a9c6bd6e6ea09fb9839ec7c721900d7d4ad Signed-off-by: Taylor Nelms <tknelms@google.com>
-rw-r--r--BUILD.bazel6
-rw-r--r--Kbuild2
2 files changed, 4 insertions, 4 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index d40ed5d..eb542cc 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -20,10 +20,10 @@ kernel_module(
"**/*.h",
"Kbuild",
]) + [
- "//private/google-modules/touch/common:headers",
- "//private/google-modules/display:headers",
- "//private/google-modules/display/include:headers",
+ "//private/google-modules/display/samsung:headers",
+ "//private/google-modules/display/samsung/include:headers",
"//private/google-modules/soc/gs:gs_soc_headers",
+ "//private/google-modules/touch/common:headers",
],
outs = [
"sec_touch.ko",
diff --git a/Kbuild b/Kbuild
index 7e37bd4..c988392 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
ccflags-y += -I$(srctree)/../private/google-modules/display
-ccflags-y += -I$(srctree)/../private/google-modules/display/include/uapi
+ccflags-y += -I$(srctree)/../private/google-modules/display/samsung/include/uapi
ccflags-y += -I$(srctree)/../private/google-modules/touch/common
ccflags-y += -I$(srctree)/../private/google-modules/touch/common/include