| Index: runtime/embedders/android/sound_service.cc
|
| diff --git a/samples/android_sample/jni/sound_service.cc b/runtime/embedders/android/sound_service.cc
|
| similarity index 97%
|
| rename from samples/android_sample/jni/sound_service.cc
|
| rename to runtime/embedders/android/sound_service.cc
|
| index a49af5f86009bac2969b461e051222c3d92f6c64..87fab6e4a8a4ca2c00978244212e93301a4bc2d7 100644
|
| --- a/samples/android_sample/jni/sound_service.cc
|
| +++ b/runtime/embedders/android/sound_service.cc
|
| @@ -2,10 +2,10 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#include "jni/sound_service.h"
|
| +#include "embedders/android/sound_service.h"
|
|
|
| -#include "jni/log.h"
|
| -#include "jni/resource.h"
|
| +#include "embedders/android/log.h"
|
| +#include "embedders/android/resource.h"
|
|
|
| SoundService::SoundService(android_app* application)
|
| : application_(application),
|
|
|