summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Bauer <tedbauer@google.com>2024-04-30 01:20:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-30 01:20:21 +0000
commit0e386b90a6dda5647e54128321526031262d5589 (patch)
tree53561ef9c1dab01693865eda9c544d6d6d2c3cb8
parent87e785caac3403a614aafd09f674a937fde3d877 (diff)
parenta655e34bebea25b0545ba739bc166464eed4abe9 (diff)
downloadmedia-main.tar.gz
Merge "Add deps for new aconfig flagging storage" into mainHEADmastermain
-rw-r--r--audio_utils/Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio_utils/Android.bp b/audio_utils/Android.bp
index 26a7c373..a5a499e3 100644
--- a/audio_utils/Android.bp
+++ b/audio_utils/Android.bp
@@ -40,8 +40,10 @@ cc_library {
},
double_loadable: true,
host_supported: true,
- defaults: ["audio_utils_defaults"],
-
+ defaults: [
+ "aconfig_lib_cc_static_link.defaults",
+ "audio_utils_defaults",
+ ],
srcs: [
"Balance.cpp",
"ErrorLog.cpp",