summaryrefslogtreecommitdiffstats
path: root/audio/effect/5.0
diff options
context:
space:
mode:
authorKevin Rocard <krocard@google.com>2018-12-03 16:30:11 -0800
committerKevin Rocard <krocard@google.com>2018-12-03 16:30:11 -0800
commit947bd5423482ed4e066a4d16f1b7fc1d2c0ebc58 (patch)
tree9f8e4962a4f6c630a1d56ecf9d8de2111db0c009 /audio/effect/5.0
parent3667753c5799226161abcdba994da49a63e3016b (diff)
downloadplatform_hardware_interfaces-947bd5423482ed4e066a4d16f1b7fc1d2c0ebc58.tar.gz
platform_hardware_interfaces-947bd5423482ed4e066a4d16f1b7fc1d2c0ebc58.tar.bz2
platform_hardware_interfaces-947bd5423482ed4e066a4d16f1b7fc1d2c0ebc58.zip
Temporally remove audio V5 from the VNDK to save space
The HAL V5 is adding too much code that leads to maxing out the system space on Pixel 1. When a way to reduce the system file size will be found, the V5 will be added back. Test: compile Change-Id: I479d63c325fd44c7b5c9d18b2b9a318ff56762fe Signed-off-by: Kevin Rocard <krocard@google.com>
Diffstat (limited to 'audio/effect/5.0')
-rw-r--r--audio/effect/5.0/Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/effect/5.0/Android.bp b/audio/effect/5.0/Android.bp
index d60d94aa9e..1367f8d39e 100644
--- a/audio/effect/5.0/Android.bp
+++ b/audio/effect/5.0/Android.bp
@@ -3,9 +3,6 @@
hidl_interface {
name: "android.hardware.audio.effect@5.0",
root: "android.hardware",
- vndk: {
- enabled: true,
- },
srcs: [
"types.hal",
"IAcousticEchoCancelerEffect.hal",