summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-01-12 16:15:00 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-01-12 16:15:01 +0000
commita18eb9ea913e2cd19df9fe0f1b2a667339006581 (patch)
tree7d0c82041083a9f39525c98ac0c7fb6ccbd55756 /include/private
parentb60bf91d2b1b2e45166cbb1eff9499de8b1c1105 (diff)
parent53dbe77b9f50cdd0de88b9d25dd643e90c8ba68b (diff)
downloadframeworks_av-a18eb9ea913e2cd19df9fe0f1b2a667339006581.zip
frameworks_av-a18eb9ea913e2cd19df9fe0f1b2a667339006581.tar.gz
frameworks_av-a18eb9ea913e2cd19df9fe0f1b2a667339006581.tar.bz2
Merge "Move roundup from frameworks/av to system/media"
Diffstat (limited to 'include/private')
-rw-r--r--include/private/media/AudioTrackShared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/media/AudioTrackShared.h b/include/private/media/AudioTrackShared.h
index 0d87cd2..7143f1a 100644
--- a/include/private/media/AudioTrackShared.h
+++ b/include/private/media/AudioTrackShared.h
@@ -24,7 +24,7 @@
#include <utils/threads.h>
#include <utils/Log.h>
#include <utils/RefBase.h>
-#include <media/nbaio/roundup.h>
+#include <audio_utils/roundup.h>
#include <media/SingleStateQueue.h>
namespace android {