Reduce the size of libhwui by 50%

This change removes unnessary symbols. All symbols are hidden by
default, public APIs with exported symbols are explicitly marked
with ANDROID_API.

Change-Id: I692fde432a86c12108de1cfd1f6504919a7d5f3f
This commit is contained in:
Romain Guy 2011-10-12 13:48:51 -07:00
parent 33b5eec0c8
commit 5c78b6861f

View File

@ -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() {