summaryrefslogtreecommitdiff
path: root/gralloc4
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2023-12-16 00:06:56 +0200
committeralk3pInjection <webmaster@raspii.tech>2024-02-04 18:17:18 +0800
commit30d52d55bc5f09336f50eeaa71c4a4c18caa5cf0 (patch)
treeafe9c75c2eae2f9000057416fc2e1898f604f6f6 /gralloc4
parenta6111fdf49b0b4e97453fddb600c37d6ce449604 (diff)
libexynosutils: Depend on qti kernel headersHEADumineko
Change-Id: Ie15a763f678ad4d02b864ec9ee592ca206c1ea4b
Diffstat (limited to 'gralloc4')
-rw-r--r--gralloc4/src/Android.bp1
-rw-r--r--gralloc4/src/core/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/gralloc4/src/Android.bp b/gralloc4/src/Android.bp
index a813fc8..8c8b869 100644
--- a/gralloc4/src/Android.bp
+++ b/gralloc4/src/Android.bp
@@ -78,6 +78,7 @@ cc_library_shared {
header_libs: [
"google_hal_headers",
"device_kernel_headers",
+ "qti_kernel_headers",
],
export_include_dirs: ["libGralloc4Wrapper/include"]
}
diff --git a/gralloc4/src/core/Android.bp b/gralloc4/src/core/Android.bp
index b2e5ca3..8ec25c5 100644
--- a/gralloc4/src/core/Android.bp
+++ b/gralloc4/src/core/Android.bp
@@ -60,6 +60,7 @@ arm_gralloc_core_cc_defaults {
],
header_libs: [
"device_kernel_headers",
+ "qti_kernel_headers",
],
static_libs: [
"libarect",