Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d602e07 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Reduce the size of libhwui by 50%"

parents a6fb75d8 5c78b686
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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() {