commit | 64760240f931714858a59c1579f07264d7182ba2 | [log] [tgz] |
---|---|---|
author | Dima Zavin <dima@android.com> | Wed May 11 14:15:23 2011 -0700 |
committer | Dima Zavin <dima@android.com> | Thu May 12 14:09:57 2011 -0700 |
tree | 5fad3bbdc4f7a19cff980b719edb75577c7f9a4b | |
parent | b84d042a1216694e1db6b1fc2b053d348cab5593 [diff] [blame] |
update for new audio.h header location Change-Id: Ic4c62c4037800802427eb7d3c7f5eb8b25d18876 Signed-off-by: Dima Zavin <dima@android.com>
diff --git a/services/audioflinger/AudioPolicyService.cpp b/services/audioflinger/AudioPolicyService.cpp index eebc1b3..ef8d957 100644 --- a/services/audioflinger/AudioPolicyService.cpp +++ b/services/audioflinger/AudioPolicyService.cpp
@@ -35,7 +35,7 @@ #include <hardware_legacy/power.h> #include <hardware/hardware.h> -#include <hardware/audio.h> +#include <system/audio.h> #include <hardware/audio_policy.h> #include <hardware/audio_policy_hal.h>