Move bigwave setting to gs-common
Bug: 263444742 Change-Id: Ic758bf665d0017bfaf9bebcd4dae2bb117c5baaf Signed-off-by: Wesley Lee <szuweilee@google.com>
This commit is contained in:
parent
dcd8acd397
commit
a69df010ae
1 changed files with 3 additions and 16 deletions
19
device.mk
19
device.mk
|
@ -757,27 +757,14 @@ endif
|
||||||
####################################
|
####################################
|
||||||
|
|
||||||
# Video
|
# Video
|
||||||
PRODUCT_SOONG_NAMESPACES += vendor/google/media/bigwave
|
|
||||||
|
|
||||||
$(call soong_config_set,bigw,soc,zuma)
|
|
||||||
|
|
||||||
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
|
||||||
# for settings used by different C2 hal
|
# for settings used by different C2 hal
|
||||||
include device/google/gs-common/mediacodec/common/mediacodec_common.mk
|
include device/google/gs-common/mediacodec/common/mediacodec_common.mk
|
||||||
# for Exynos C2 Hal
|
# for Exynos C2 Hal
|
||||||
include device/google/gs-common/mediacodec/samsung/mediacodec_samsung.mk
|
include device/google/gs-common/mediacodec/samsung/mediacodec_samsung.mk
|
||||||
|
# for Bigwave C2 Hal
|
||||||
|
include device/google/gs-common/mediacodec/bigwave/mediacodec_bigwave.mk
|
||||||
|
$(call soong_config_set,bigw,soc,zuma)
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/zumapro/media_codecs_performance_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance_c2.xml \
|
device/google/zumapro/media_codecs_performance_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance_c2.xml \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue