diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-04-29 01:07:25 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-04-29 01:07:25 +0000 |
commit | 79a9f1e20a841e3b7666af09d252621972f54bbf (patch) | |
tree | 0c89d478fab84c03d40d7ff9d57b06c4d29418ba | |
parent | d017d9acbb4471126a554dac3836f75701878d49 (diff) | |
parent | 9dfd56b23b85736c763d3a9c74f34d2b9c3cbf65 (diff) |
Snap for 10035032 from 9dfd56b23b85736c763d3a9c74f34d2b9c3cbf65 to udc-release
Change-Id: Ib384bffa91c74115d90b79679b64205984fb6ae1
-rw-r--r-- | audio/aidl.mk | 11 | ||||
-rw-r--r-- | widevine/widevine.mk | 4 |
2 files changed, 15 insertions, 0 deletions
diff --git a/audio/aidl.mk b/audio/aidl.mk index ae64e13..172b63d 100644 --- a/audio/aidl.mk +++ b/audio/aidl.mk @@ -4,6 +4,17 @@ DEVICE_MANIFEST_FILE += device/google/gs-common/audio/aidl/manifest.xml PRODUCT_PACKAGES += \ 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 include device/google/gs-common/audio/common.mk diff --git a/widevine/widevine.mk b/widevine/widevine.mk new file mode 100644 index 0000000..c59c7b9 --- /dev/null +++ b/widevine/widevine.mk @@ -0,0 +1,4 @@ +PRODUCT_PACKAGES += \ + android.hardware.drm-service.clearkey \ + +-include vendor/widevine/libwvdrmengine/apex/device/device.mk
\ No newline at end of file |