diff options
-rwxr-xr-x | device.mk | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -175,6 +175,15 @@ endif PRODUCT_COPY_FILES += \ $(NFCEE_ACCESS_PATH):system/etc/nfcee_access.xml +# Low-RAM optimizations +ADDITIONAL_BUILD_PROPERTIES += \ + ro.config.low_ram=true \ + persist.sys.force_highendgfx=true \ + dalvik.vm.jit.codecachesize=0 \ + config.disable_atlas=true \ + ro.config.max_starting_bg=8 \ + ro.sys.fw.bg_apps_limit=16 + PRODUCT_PROPERTY_OVERRIDES += \ ro.opengles.version=131072 \ ro.sf.lcd_density=320 \ |