From 1590d243b122939f92948e9a1b8799795b6735d4 Mon Sep 17 00:00:00 2001 From: Chih-Yu Huang Date: Thu, 4 Feb 2021 14:13:36 +0900 Subject: 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 --- components/Android.bp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'components') 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", -- cgit v1.2.3