aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-10 04:11:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-10 04:11:42 +0000
commit1da9c4a8eb27b1e2260b67a63cb703b450f235de (patch)
tree03a98350dea1cdf6b811adbe25741427afdbb483
parent54dae4d914cad798fb8814f0b11a1245a0c3fcca (diff)
parent6d537d503668b9d6177a1e841a8ec26c330f3c6d (diff)
downloadpffft-android14-d1-s4-release.tar.gz
Change-Id: I4a44c8d5802bc7e732b2c61425925c7bd71cedbd
-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",
],