summaryrefslogtreecommitdiffstats
path: root/products/software_gl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'products/software_gl.mk')
-rw-r--r--products/software_gl.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/products/software_gl.mk b/products/software_gl.mk
new file mode 100644
index 0000000..6126b06
--- /dev/null
+++ b/products/software_gl.mk
@@ -0,0 +1,13 @@
+# Software GL overlay
+PRODUCT_PACKAGE_OVERLAYS += vendor/replicant/overlay/software_gl
+
+# Board doesn't feature Hardware GL
+BOARD_USES_HGL := false
+
+# Use software rendering
+PRODUCT_PROPERTY_OVERRIDES += \
+ debug.sf.hw=0
+
+# Disable fancy rotation animation
+PRODUCT_PROPERTY_OVERRIDES += \
+ persist.sys.rotationanimation=false