aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:03:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:03:40 +0000
commit1f2826e3ccea667fc15085ce0debdc7df00f9c7d (patch)
tree03a98350dea1cdf6b811adbe25741427afdbb483
parentf27ff33b92a4827c862e6d0d08a61549fc3218c2 (diff)
parent10070742711dcb7da4663a5eaf129f3b179c76a2 (diff)
downloadpffft-android14-mainline-os-statsd-release.tar.gz
Change-Id: I84003cdf2d34c79c79cbae673e8660a1adc98e53
-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",
],