aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorHirokazu Honda <hiroh@google.com>2018-03-30 10:59:00 +0900
committerPin-chih Lin <johnylin@google.com>2018-04-03 12:50:13 +0000
commit407e798adb8f75b771a87ccfa53ac0eed8a74dfe (patch)
treeda98312cb9aef5eed5f6ad2482b2bb0f1eb2e764 /Android.mk
parent9a843f5c1757f064f8736c6d691d9b6248259970 (diff)
downloadv4l2_codec2-407e798adb8f75b771a87ccfa53ac0eed8a74dfe.tar.gz
Implmenent C2ArcVideoAcceleratorFactory: General factory for VideoAccelerators
Because C2VDAAdaptorProxy is only user of VideoDecodeAcceleratorFactory, the factory class is internaly declared in C2VDAAdatorProxy.cpp. The factory class will be used by C2VEAAdaptorProxy and ProtectedBufferAllocatorProxy in the near future, while they don't exist yet. Bug: 77242361 Test: C2VDAComponent_test Change-Id: Ie96c08620a19641616a171b220737c362a455431
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 1dbb2ac..f752953 100644
--- a/Android.mk
+++ b/Android.mk
@@ -56,7 +56,10 @@ endif
ifneq (,$(findstring cheets_,$(TARGET_PRODUCT)))
LOCAL_CFLAGS += -DV4L2_CODEC2_ARC
-LOCAL_SRC_FILES += C2VDAAdaptorProxy.cpp
+LOCAL_SRC_FILES += \
+ C2ArcVideoAcceleratorFactory.cpp \
+ C2VDAAdaptorProxy.cpp \
+
LOCAL_SRC_FILES := $(filter-out C2VDAAdaptor.cpp, $(LOCAL_SRC_FILES))
LOCAL_SHARED_LIBRARIES += libarcbridge \
libarcbridgeservice \