Skip to content
Snippets Groups Projects
Commit 49556b58 authored by Ray Essick's avatar Ray Essick
Browse files

replace include_dirs with header_libs

[NB: i don't seem to be able to build this -- keep getting: unknown target 'C2VEACompIntf_test'
we'll see if treehugger knows a combination that exercises this.

Bug: 201944383
Test: build (trying)
Change-Id: Ibaeb2d5cd952f2849764dfa853c3927b95e2cac5
parent df5996d0
No related branches found
No related tags found
No related merge requests found
...@@ -29,9 +29,11 @@ cc_test { ...@@ -29,9 +29,11 @@ cc_test {
include_dirs: [ include_dirs: [
"external/v4l2_codec2/common/include", "external/v4l2_codec2/common/include",
"external/v4l2_codec2/components/include", "external/v4l2_codec2/components/include",
"frameworks/av/media/codec2/components/base/include", ],
"frameworks/av/media/codec2/core/include", header_libs: [
"frameworks/av/media/codec2/vndk/include", "libcodec2_soft_common_headers",
"libcodec2_headers",
"libcodec2_vndk_headers",
], ],
cflags: [ cflags: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment