summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursell <dpursell@google.com>2015-12-08 08:50:06 -0800
committerDavid Pursell <dpursell@google.com>2015-12-08 09:10:24 -0800
commit333f8dbf000e234e9e6cd2b8d97de657bef86d04 (patch)
tree683c0a309ef36922317e4fc8a7ca72828b559ed5
parent207d0f4929cbe3fc2b97ad43eb12d2705e1662c8 (diff)
downloadbrillo-333f8dbf000e234e9e6cd2b8d97de657bef86d04.tar.gz
audio hal tests: fix include path.
base/ include path was renamed to android-base/ in http://r.android.com/185657, this CL fixes a few test files to use the new path. Change-Id: I6fcfb0c26c8b4d2615800a126c5c7f2acefd51e4
-rw-r--r--pts/audio/hal-test/audio_hal_playback_test.cpp2
-rw-r--r--pts/audio/hal-test/audio_hal_record_test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/pts/audio/hal-test/audio_hal_playback_test.cpp b/pts/audio/hal-test/audio_hal_playback_test.cpp
index b8d75da..f53958e 100644
--- a/pts/audio/hal-test/audio_hal_playback_test.cpp
+++ b/pts/audio/hal-test/audio_hal_playback_test.cpp
@@ -16,7 +16,7 @@
// Test app to play audio at the HAL layer.
-#include <base/logging.h>
+#include <android-base/logging.h>
#include <hardware/audio.h>
#include <hardware/hardware.h>
#include <media/AudioTrack.h>
diff --git a/pts/audio/hal-test/audio_hal_record_test.cpp b/pts/audio/hal-test/audio_hal_record_test.cpp
index 03cf866..641d935 100644
--- a/pts/audio/hal-test/audio_hal_record_test.cpp
+++ b/pts/audio/hal-test/audio_hal_record_test.cpp
@@ -21,7 +21,7 @@
#include <vector>
#include <audio_utils/sndfile.h>
-#include <base/logging.h>
+#include <android-base/logging.h>
#include <hardware/audio.h>
#include <hardware/hardware.h>