summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-21 08:25:26 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-21 08:25:26 +0000
commitf53c82d12d7b6ae6b26a8e5937927ea78510a306 (patch)
tree6120ebf6bed74368ed7c43822eacd056e8f9a2e1
parent936e4338c12592d1864149930c8425a044f992eb (diff)
parentc78f2502d39738e03631e5bd15d3f41934fa340f (diff)
downloadbullhead-f53c82d12d7b6ae6b26a8e5937927ea78510a306.tar.gz
release-request-c72e46fd-06a9-4104-bad3-f7ba8aeb3e1d-for-git_oc-release-4029917 snap-temp-L38800000066299680
Change-Id: If026dabf881c920f2c0d92aeb3dee6d1c321f66c
-rw-r--r--audio_effects.conf12
-rw-r--r--manifest.xml9
2 files changed, 15 insertions, 6 deletions
diff --git a/audio_effects.conf b/audio_effects.conf
index e01c6af..d56fd85 100644
--- a/audio_effects.conf
+++ b/audio_effects.conf
@@ -7,22 +7,22 @@
# }
libraries {
bundle {
- path /system/lib/soundfx/libbundlewrapper.so
+ path /vendor/lib/soundfx/libbundlewrapper.so
}
reverb {
- path /system/lib/soundfx/libreverbwrapper.so
+ path /vendor/lib/soundfx/libreverbwrapper.so
}
visualizer_sw {
- path /system/lib/soundfx/libvisualizer.so
+ path /vendor/lib/soundfx/libvisualizer.so
}
visualizer_hw {
path /vendor/lib/soundfx/libqcomvisualizer.so
}
downmix {
- path /system/lib/soundfx/libdownmix.so
+ path /vendor/lib/soundfx/libdownmix.so
}
proxy {
- path /system/lib/soundfx/libeffectproxy.so
+ path /vendor/lib/soundfx/libeffectproxy.so
}
offload_bundle {
path /vendor/lib/soundfx/libqcompostprocbundle.so
@@ -31,7 +31,7 @@ libraries {
path /vendor/lib/soundfx/libqcomvoiceprocessing.so
}
loudness_enhancer {
- path /system/lib/soundfx/libldnhncr.so
+ path /vendor/lib/soundfx/libldnhncr.so
}
volume_listener {
path /vendor/lib/soundfx/libvolumelistener.so
diff --git a/manifest.xml b/manifest.xml
index 9759eba..6221e0a 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -8,4 +8,13 @@
<instance>default</instance>
</interface>
</hal>
+ <hal format="hidl">
+ <name>android.hardware.wifi</name>
+ <transport>hwbinder</transport>
+ <version>1.0</version>
+ <interface>
+ <name>IWifi</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
</manifest>