aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorChih-Yu Huang <akahuang@google.com>2021-02-04 14:13:36 +0900
committerChih-Yu Huang <akahuang@google.com>2021-03-01 15:32:10 +0900
commit1590d243b122939f92948e9a1b8799795b6735d4 (patch)
tree813832622237466d8d2162c91b98b4f707b61673 /components
parent428f40f0ab504327ccbf886ba4fb2516988f2518 (diff)
downloadv4l2_codec2-1590d243b122939f92948e9a1b8799795b6735d4.tar.gz
plugin_store: add libcodec2_internal header_libs
At ag/13473071 we expose C2BufferQueueBlockPoolData at C2BqBufferPriv.h, which needs C2BlockInternal.h header. This CL adds the corresponding header_libs at plugin_store because it includes C2BqBufferPriv.h. Bug: 174188958 Test: m -j32 Change-Id: I0eec5db85b6d7d05ad97df142cb61a9ea2adbe76
Diffstat (limited to 'components')
-rw-r--r--components/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/Android.bp b/components/Android.bp
index 318ae37..c683cb0 100644
--- a/components/Android.bp
+++ b/components/Android.bp
@@ -30,6 +30,9 @@ cc_library {
"include",
],
+ header_libs: [
+ "libcodec2_internal",
+ ],
shared_libs: [
"android.hardware.graphics.common@1.0",
"libc2plugin_store",