Skip to content
Snippets Groups Projects
Commit 423af6c7 authored by Ray Essick's avatar Ray Essick Committed by Automerger Merge Worker
Browse files

replace include_dirs with header_libs am: 49556b58

Original change: https://googleplex-android-review.googlesource.com/c/platform/external/v4l2_codec2/+/17125804

Change-Id: Ibcebf75dd7da2affdc88241f3a3d4c6e6a0a37fe
parents df5996d0 49556b58
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