aboutsummaryrefslogtreecommitdiff
path: root/components/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'components/Android.bp')
-rw-r--r--components/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/Android.bp b/components/Android.bp
index 9b39a22..16c7d20 100644
--- a/components/Android.bp
+++ b/components/Android.bp
@@ -23,9 +23,11 @@ cc_library {
"V4L2Decoder.cpp",
"V4L2DecodeComponent.cpp",
"V4L2DecodeInterface.cpp",
+ "V4L2Encoder.cpp",
"V4L2EncodeComponent.cpp",
"V4L2EncodeInterface.cpp",
"VideoDecoder.cpp",
+ "VideoEncoder.cpp",
],
export_include_dirs: [
"include",
@@ -47,7 +49,6 @@ cc_library {
"libui",
],
static_libs: [
- "libv4l2_codec2_accel",
"libv4l2_codec2_common",
],