Enable bigwave in device.mk
Bug: 195687338 Change-Id: Ib16838e91d928cb0b6664fb1563f525788fc8636
This commit is contained in:
parent
7c4be29803
commit
75cf0b9d7e
1 changed files with 16 additions and 1 deletions
17
device.mk
17
device.mk
|
@ -679,7 +679,22 @@ endif
|
||||||
## VIDEO
|
## VIDEO
|
||||||
####################################
|
####################################
|
||||||
|
|
||||||
$(call soong_config_set,bigo,soc,zuma)
|
# Video
|
||||||
|
PRODUCT_SOONG_NAMESPACES += vendor/google/media/bigwave
|
||||||
|
|
||||||
|
$(call soong_config_set,bigw,soc,$(TARGET_BOARD_PLATFORM))
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
google.hardware.media.c2@2.0-service \
|
||||||
|
libgc2_bw_store \
|
||||||
|
libgc2_bw_base \
|
||||||
|
libgc2_bw_av1_dec \
|
||||||
|
libgc2_bw_av1_enc \
|
||||||
|
libbw_av1dec \
|
||||||
|
libbw_av1enc \
|
||||||
|
libgc2_bw_cwl \
|
||||||
|
libgc2_bw_log \
|
||||||
|
libgc2_bw_utils
|
||||||
|
|
||||||
# 1. Codec 2.0
|
# 1. Codec 2.0
|
||||||
# exynos service
|
# exynos service
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue