commit | 7394a4f358fa9908a9f0a7c954b65c399f4268e6 | [log] [tgz] |
---|---|---|
author | Dima Zavin <dima@android.com> | Mon Jun 13 18:16:26 2011 -0700 |
committer | Dima Zavin <dima@android.com> | Mon Jun 13 18:16:26 2011 -0700 |
tree | 76bde6cdaf308c987975d57a5a0d0794613ad65d | |
parent | afcedc9e6f17d8213d9bd8f6c36643dcc816d0ef [diff] [blame] |
audio: update for audio/audio_policy header names/locations Change-Id: I36c49352eee57559403cd1597f56a8485a360289 Signed-off-by: Dima Zavin <dima@android.com>
diff --git a/services/audioflinger/AudioPolicyService.cpp b/services/audioflinger/AudioPolicyService.cpp index dd91788..47ca3a0 100644 --- a/services/audioflinger/AudioPolicyService.cpp +++ b/services/audioflinger/AudioPolicyService.cpp
@@ -36,8 +36,8 @@ #include <hardware/hardware.h> #include <system/audio.h> +#include <system/audio_policy.h> #include <hardware/audio_policy.h> -#include <hardware/audio_policy_hal.h> namespace android {