forked from gtpitch/android_device_huawei_berkeley
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsystem_prop.mk
62 lines (56 loc) · 1.78 KB
/
system_prop.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#
# Copyright (C) 2018 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Audio
PRODUCT_PROPERTY_OVERRIDES += \
ro.config.media_vol_steps=25 \
ro.config.vc_call_vol_steps=7
# Perf
PRODUCT_PROPERTY_OVERRIDES += \
ro.vendor.qti.sys.fw.bg_apps_limit=60
# USB
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.cust.cdrom=/dev/null
# Fling
PRODUCT_PROPERTY_OVERRIDES += \
ro.min.fling_velocity=160 \
ro.max.fling_velocity=20000
# GPU
PRODUCT_PROPERTY_OVERRIDES += \
debug.composition.type=c2d \
debug.mdpcomp.idletime=600 \
persist.hwc.mdpcomp.enable=true \
persist.hwc.ptor.enable=true \
debug.enable.sglscale=1 \
debug.sf.hw=1 \
debug.hwui.renderer=opengl \
debug.egl.hw=1 \
debug.sf.disable_hwc=0 \
debug.sf.recomputecrop=0 \
debug.sf.disable_backpressure=1 \
debug.sf.latch_unsignaled=1 \
persist.hwc.mdpcomp.enable=true \
persist.hwc.ptor.enable=true \
debug.sf.gpu_comp_tiling=1 \
debug.performance.tuning=1 \
video.accelerate.hw=1
# ART
PRODUCT_PROPERTY_OVERRIDES += \
dalvik.vm.dex2oat-filter=speed \
dalvik.vm.image-dex2oat-filter=speed \
ro.vendor.qti.am.reschedule_service=true \
ro.sys.fw.dex2oat_thread_count=8 \
dalvik.vm.boot-dex2oat-threads=8 \
dalvik.vm.dex2oat-threads=8