workaround to unbreak the build (deadlock during boot)
bug: 7363206
Change-Id: Ie79c309e367ba07336a5299af9fd59c6bd2390e7
diff --git a/libs/hwui/TextureCache.cpp b/libs/hwui/TextureCache.cpp
index 431367a..7fb86ee 100644
--- a/libs/hwui/TextureCache.cpp
+++ b/libs/hwui/TextureCache.cpp
@@ -75,7 +75,7 @@
mDebugEnabled = readDebugLevel() & kDebugCaches;
- mHasNPot = Caches::getInstance().extensions.hasNPot();
+ mHasNPot = false; //Caches::getInstance().extensions.hasNPot();
}
///////////////////////////////////////////////////////////////////////////////