Merge "Reduce the size of libhwui by 50%"
This commit is contained in:
commit
0d602e072c
@ -20,12 +20,13 @@
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
#include <utils/threads.h>
|
||||
#include <cutils/compiler.h>
|
||||
|
||||
namespace android {
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
template <typename TYPE>
|
||||
class Singleton
|
||||
class ANDROID_API Singleton
|
||||
{
|
||||
public:
|
||||
static TYPE& getInstance() {
|
||||
|
Loading…
Reference in New Issue
Block a user