davinci: fod: Include generated_kernel_headers to build libfod_extension

Change-Id: I7357fc3dca9882af3d57074e69f9fb22bc9eaa99
This commit is contained in:
Vincent Vidal 2020-08-18 14:40:50 +02:00 committed by Arian
parent ae4d15e750
commit e080227d40
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -45,4 +45,7 @@ cc_library_static {
include_dirs: [
"frameworks/native/services/surfaceflinger/CompositionEngine/include",
],
header_libs: [
"generated_kernel_headers",
],
}