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
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>