aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRam Mohan <ram.mohan@ittiam.com>2022-11-03 22:02:24 +0530
committerRam Mohan <ram.mohan@ittiam.com>2022-11-08 23:19:23 +0530
commita16a548b698cb69a64d132a6f9001e3b8b1c1677 (patch)
tree03a98350dea1cdf6b811adbe25741427afdbb483
parent54dae4d914cad798fb8814f0b11a1245a0c3fcca (diff)
downloadpffft-a16a548b698cb69a64d132a6f9001e3b8b1c1677.tar.gz
Enable use of libpffft in system-side unit tests
Bug: 258176224 Test: Builds Change-Id: I6e578c29b1273a5ebdc7afcd86cca9653e256b44
-rw-r--r--Android.bp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 3dc951a..d959825 100644
--- a/Android.bp
+++ b/Android.bp
@@ -35,7 +35,7 @@ license {
cc_library_static {
name: "libpffft",
// vendor needed for libpreprocessing effects.
- vendor: true,
+ vendor_available: true,
srcs: [
"pffft.c",
"pffft_common.c",
@@ -43,7 +43,8 @@ cc_library_static {
local_include_dirs: ["."],
export_include_dirs: ["."],
host_supported: true,
- visibility: ["//external/webrtc:__subpackages__"],
+ visibility: ["//external/webrtc:__subpackages__",
+ "//frameworks/av/media/libaudioclient/tests",],
cflags: [
"-Wno-#pragma-messages",
],