Skip to content

Commit a33d161

Browse files
committed
workaround to unbreak the build (deadlock during boot)
bug: 7363206 Change-Id: Ie79c309e367ba07336a5299af9fd59c6bd2390e7
1 parent 05ad745 commit a33d161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/hwui/TextureCache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void TextureCache::init() {
7575

7676
mDebugEnabled = readDebugLevel() & kDebugCaches;
7777

78-
mHasNPot = Caches::getInstance().extensions.hasNPot();
78+
mHasNPot = false; //Caches::getInstance().extensions.hasNPot();
7979
}
8080

8181
///////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)