summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatraman <vijaykv@google.com>2017-05-09 11:30:33 -0700
committerVijay Venkatraman <vijaykv@google.com>2017-05-16 11:26:21 -0700
commit43338e77cad05c655b51fd10c5c13175df34e118 (patch)
tree65659fb6d992b02483589891ea62f6cd00cc7189
parent5da5ad056cbe099529681e19791e19fe9d0a01c9 (diff)
downloadandroid_system_media-43338e77cad05c655b51fd10c5c13175df34e118.tar.gz
android_system_media-43338e77cad05c655b51fd10c5c13175df34e118.tar.bz2
android_system_media-43338e77cad05c655b51fd10c5c13175df34e118.zip
Moved libalsautils to vendor. Marked libaudioutils and libaudioroute as
vendor_available Bug: 33241851 Bug: 37527576 Test: Build sailfish and pass CTS audio Test: With BOARD_VNDK_VERSION:=current, no link type check errors related to these libs (cherry picked from commit a25465b1c46c7ac172371b523e816988dd4aa018) Merged-In: Ifacd2305a79a50f6bf3182344bc678082047022f Change-Id: Icb17b4266a2c6443e482efd62769dbc430e7501c
-rw-r--r--alsa_utils/Android.bp1
-rw-r--r--audio_route/Android.bp1
-rw-r--r--audio_utils/Android.bp1
3 files changed, 3 insertions, 0 deletions
diff --git a/alsa_utils/Android.bp b/alsa_utils/Android.bp
index 4746af68..247419f4 100644
--- a/alsa_utils/Android.bp
+++ b/alsa_utils/Android.bp
@@ -14,6 +14,7 @@
cc_library_shared {
name: "libalsautils",
+ vendor: true,
srcs: [
"alsa_device_profile.c",
"alsa_device_proxy.c",
diff --git a/audio_route/Android.bp b/audio_route/Android.bp
index a3f19e41..6534e469 100644
--- a/audio_route/Android.bp
+++ b/audio_route/Android.bp
@@ -1,5 +1,6 @@
cc_library_shared {
name: "libaudioroute",
+ vendor_available: true,
srcs: ["audio_route.c"],
shared_libs: [
"liblog",
diff --git a/audio_utils/Android.bp b/audio_utils/Android.bp
index 31d25df4..ecd95cdf 100644
--- a/audio_utils/Android.bp
+++ b/audio_utils/Android.bp
@@ -14,6 +14,7 @@ cc_defaults {
cc_library {
name: "libaudioutils",
+ vendor_available: true,
host_supported: true,
defaults: ["audio_utils_defaults"],