diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2023-12-16 00:06:56 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-02-04 18:17:18 +0800 |
commit | 30d52d55bc5f09336f50eeaa71c4a4c18caa5cf0 (patch) | |
tree | afe9c75c2eae2f9000057416fc2e1898f604f6f6 /gralloc4/src/core/Android.bp | |
parent | a6111fdf49b0b4e97453fddb600c37d6ce449604 (diff) |
Change-Id: Ie15a763f678ad4d02b864ec9ee592ca206c1ea4b
Diffstat (limited to 'gralloc4/src/core/Android.bp')
-rw-r--r-- | gralloc4/src/core/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
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", |