summaryrefslogtreecommitdiffstats
path: root/audio
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
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')
-rw-r--r--audio/5.0/Android.bp3
-rw-r--r--audio/common/5.0/Android.bp3
-rw-r--r--audio/effect/5.0/Android.bp3
3 files changed, 0 insertions, 9 deletions
diff --git a/audio/5.0/Android.bp b/audio/5.0/Android.bp
index 27c1ef5f5e..b7a71382ac 100644
--- a/audio/5.0/Android.bp
+++ b/audio/5.0/Android.bp
@@ -3,9 +3,6 @@
hidl_interface {
name: "android.hardware.audio@5.0",
root: "android.hardware",
- vndk: {
- enabled: true,
- },
srcs: [
"types.hal",
"IDevice.hal",
diff --git a/audio/common/5.0/Android.bp b/audio/common/5.0/Android.bp
index 663f8470f9..054c7525f7 100644
--- a/audio/common/5.0/Android.bp
+++ b/audio/common/5.0/Android.bp
@@ -3,9 +3,6 @@
hidl_interface {
name: "android.hardware.audio.common@5.0",
root: "android.hardware",
- vndk: {
- enabled: true,
- },
srcs: [
"types.hal",
],
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",