aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:56:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:56:55 +0000
commit34f9af3a5b5d98ab6ac1815f262c6f41399372f0 (patch)
tree03a98350dea1cdf6b811adbe25741427afdbb483
parenta778f7adb59150ad76a90b66f525869201a7ab42 (diff)
parent10070742711dcb7da4663a5eaf129f3b179c76a2 (diff)
downloadpffft-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from 10070742711dcb7da4663a5eaf129f3b179c76a2 to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: Ifed355e0ac3dc84faa9108e6424eb163c727bb22
-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",
],