Snap for 10035032 from 9dfd56b23b to udc-release

Change-Id: Ib384bffa91c74115d90b79679b64205984fb6ae1
This commit is contained in:
Android Build Coastguard Worker 2023-04-29 01:07:25 +00:00
commit 79a9f1e20a
2 changed files with 15 additions and 0 deletions

View file

@ -4,6 +4,17 @@ DEVICE_MANIFEST_FILE += device/google/gs-common/audio/aidl/manifest.xml
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.audio.service-aidl.aoc android.hardware.audio.service-aidl.aoc
# AIDL software effects. These are the effects supporting in all projects.
# For the project-specific effects, such as haptic generator, please add them
# to makefile in the project's device folder.
PRODUCT_PACKAGES += \
libvisualizeraidl \
libbundleaidl \
libreverbaidl \
libdynamicsprocessingaidl \
libloudnessenhanceraidl \
libdownmixaidl \
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/aidl BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/aidl
include device/google/gs-common/audio/common.mk include device/google/gs-common/audio/common.mk

4
widevine/widevine.mk Normal file
View file

@ -0,0 +1,4 @@
PRODUCT_PACKAGES += \
android.hardware.drm-service.clearkey \
-include vendor/widevine/libwvdrmengine/apex/device/device.mk