OSDN Git Service

make libaudioutils_fixedfft vendor_available:true
authorJiyong Park <jiyong@google.com>
Mon, 15 May 2017 06:31:44 +0000 (15:31 +0900)
committerJiyong Park <jiyong@google.com>
Wed, 14 Jun 2017 11:21:13 +0000 (20:21 +0900)
This, when used with BOARD_VNDK_VERSION flag, enables the
module to be built and installed twice, one for /system,
other for /vendor.

libaudioutils_fixedfft is used by libaudioutils which is in turn used by libs in
/vendor and thus marked as vendor_available. Therefore, libaudioutils_fixedfft
is also marked as vendor_available.

Details: https://android-review.googlesource.com/368372

Bug: 33241851
Test: BOARD_VNDK_VERSION=current m libaudioutils_fixedfft.vendor successful
Merged-In: Ic594eeb153b90ee45e7b5d9b682af9c3ff5471e4
Change-Id: Ic594eeb153b90ee45e7b5d9b682af9c3ff5471e4
(cherry picked from commit 09d178f4f3bc33b347b2f8f6b68e8165f7b4edfc)

audio_utils/Android.bp

index 629e864..486fee8 100644 (file)
@@ -53,6 +53,7 @@ cc_library {
 
 cc_library_static {
     name: "libaudioutils_fixedfft",
+    vendor_available: true,
     defaults: ["audio_utils_defaults"],
 
     arch: {