diff options
author | Dima Zavin <dima@android.com> | 2011-05-11 14:15:23 -0700 |
---|---|---|
committer | Dima Zavin <dima@android.com> | 2011-05-12 14:09:57 -0700 |
commit | 64760240f931714858a59c1579f07264d7182ba2 (patch) | |
tree | 5fad3bbdc4f7a19cff980b719edb75577c7f9a4b /services/audioflinger/AudioPolicyService.cpp | |
parent | b84d042a1216694e1db6b1fc2b053d348cab5593 (diff) | |
download | frameworks_av-64760240f931714858a59c1579f07264d7182ba2.zip frameworks_av-64760240f931714858a59c1579f07264d7182ba2.tar.gz frameworks_av-64760240f931714858a59c1579f07264d7182ba2.tar.bz2 |
update for new audio.h header location
Change-Id: Ic4c62c4037800802427eb7d3c7f5eb8b25d18876
Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'services/audioflinger/AudioPolicyService.cpp')
-rw-r--r-- | services/audioflinger/AudioPolicyService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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> |