OSDN Git Service

Moved libalsautils to vendor. Marked libaudioutils and libaudioroute as
authorVijay Venkatraman <vijaykv@google.com>
Tue, 9 May 2017 18:30:33 +0000 (11:30 -0700)
committerVijay Venkatraman <vijaykv@google.com>
Tue, 16 May 2017 18:26:21 +0000 (11:26 -0700)
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

alsa_utils/Android.bp
audio_route/Android.bp
audio_utils/Android.bp

index 4746af6..247419f 100644 (file)
@@ -14,6 +14,7 @@
 
 cc_library_shared {
     name: "libalsautils",
+    vendor: true,
     srcs: [
         "alsa_device_profile.c",
         "alsa_device_proxy.c",
index a3f19e4..6534e46 100644 (file)
@@ -1,5 +1,6 @@
 cc_library_shared {
     name: "libaudioroute",
+    vendor_available: true,
     srcs: ["audio_route.c"],
     shared_libs: [
         "liblog",
index 31d25df..ecd95cd 100644 (file)
@@ -14,6 +14,7 @@ cc_defaults {
 
 cc_library {
     name: "libaudioutils",
+    vendor_available: true,
     host_supported: true,
     defaults: ["audio_utils_defaults"],