OSDN Git Service

Make libaudioeffects vendor available.
authorSteven Moreland <smoreland@google.com>
Fri, 14 Jul 2017 18:40:35 +0000 (11:40 -0700)
committerSteven Moreland <smoreland@google.com>
Fri, 14 Jul 2017 18:40:35 +0000 (11:40 -0700)
This means that both system and vendor libraries
can link against it when the vndk is enabled (when
BOARD_VNDK_VERSION=current is set.

Test: build libaudioeffects with BOARD_VNDK_VERSION=current
Bug: 37342627
Change-Id: I1aa26abd1486e5b432617cb37eaf69e777e7ca6f

audio_effects/Android.bp

index e4e44b7..78d2abe 100644 (file)
@@ -1,5 +1,6 @@
 cc_library_headers {
     name: "libaudioeffects",
+    vendor_available: true,
     header_libs: ["libhardware_headers"],
     export_header_lib_headers: ["libhardware_headers"],
     export_include_dirs: ["include"],