Merge change 8220 into donut

* changes:
  Fix issue 1996218: Disable use of shared memory buffer by SoundPool.
This commit is contained in:
Android (Google) Code Review
2009-07-22 13:17:46 -07:00

View File

@ -18,8 +18,7 @@
#define LOG_TAG "SoundPool"
#include <utils/Log.h>
//
#define USE_SHARED_MEM_BUFFER
//#define USE_SHARED_MEM_BUFFER
// XXX needed for timing latency
#include <utils/Timers.h>