commit | 2c20bd8fa7e98a9bfa70bcb310e7efd7f01d87b3 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Wed May 24 11:53:47 2023 -0700 |
committer | Andy Hung <hunga@google.com> | Wed May 24 14:33:22 2023 -0700 |
tree | 23f7571caa04780cc812423ce1522e9dec6bbb74 | |
parent | 4e683ce6cbae93d66fec9529893e0e3fcd3dcf91 [diff] [blame] |
AudioFlinger: move utilities files to library Test: Compiles, atest AudioTrackTest AudioRecordTest Bug: 284179393 Change-Id: I10c2c08e10422dd498eeb10a75a935430c0ad3df
diff --git a/services/audioflinger/FastMixer.h b/services/audioflinger/FastMixer.h index d71519f..9847507 100644 --- a/services/audioflinger/FastMixer.h +++ b/services/audioflinger/FastMixer.h
@@ -23,7 +23,7 @@ #include "StateQueue.h" #include "FastMixerState.h" #include "FastMixerDumpState.h" -#include "NBAIO_Tee.h" +#include <afutils/NBAIO_Tee.h> namespace android {