Permalink
Browse files
enable Android Go configuration
Change-Id: Ie429c5f541f53a2253313fe51f9d5d166a6b96be
- Loading branch information
Showing
with
1 addition
and
3 deletions.
-
+1
−0
rpi3.mk
-
+0
−3
system.prop
|
|
@@ -17,6 +17,7 @@ |
|
|
DEVICE_PACKAGE_OVERLAYS += device/brcm/rpi3/overlay |
|
|
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) |
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/go_defaults.mk) |
|
|
$(call inherit-product, frameworks/native/build/tablet-7in-hdpi-1024-dalvik-heap.mk) |
|
|
$(call inherit-product, vendor/brcm/rpi3/rpi3-vendor.mk) |
|
|
|
|
|
|
|
|
@@ -11,10 +11,7 @@ ro.sf.lcd_density=160 |
|
|
ro.kernel.android.gps=ttyACM0 |
|
|
|
|
|
# Memory |
|
|
config.disable_atlas=true |
|
|
ro.config.low_ram=true |
|
|
ro.config.max_starting_bg=4 |
|
|
persist.sys.force_highendgfx=true |
|
|
|
|
|
# Scheduler |
|
|
sys.io.scheduler=bfq |
|
|
|