From 2a5d7826893a4f6c5855984d02b91f9baa374081 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 4 May 2017 17:58:11 -0700 Subject: [PATCH] Update path for libmediandk headers Platform usages of libmediandk headers are now in media/. Test: builds Change-Id: I16385cab86ae9cac225304557df416bbb232ecf3 (cherry picked from commit c8ed45d38f3b42e06c9e0980e133a84181752b5e) --- media/jni/soundpool/SoundPool.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media/jni/soundpool/SoundPool.cpp b/media/jni/soundpool/SoundPool.cpp index d2dc44045c382..3f45497c5984f 100644 --- a/media/jni/soundpool/SoundPool.cpp +++ b/media/jni/soundpool/SoundPool.cpp @@ -30,9 +30,9 @@ #include "SoundPool.h" #include "SoundPoolThread.h" #include -#include -#include -#include +#include +#include +#include namespace android {