* They are present only under the system build.prop, add them back Change-Id: I95d24002829cd2704cc0649fcd37d5f7a7eca466
42 lines
1.3 KiB
Makefile
42 lines
1.3 KiB
Makefile
#
|
|
# 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.
|
|
#
|
|
|
|
# IOP
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
iop.enable_prefetch_ofr=1 \
|
|
iop.enable_uxe=0
|
|
|
|
# Radio
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
persist.vendor.radio.data_con_rprt=0 \
|
|
persist.vendor.radio.data_ltd_sys_ind=1 \
|
|
persist.vendor.radio.force_on_dc=true \
|
|
persist.vendor.radio.ignore_dom_time=10 \
|
|
ro.telephony.default_network=22,20
|
|
|
|
# Netmgr
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
persist.data.df.agg.dl_pkt=10 \
|
|
persist.data.df.agg.dl_size=4096 \
|
|
persist.data.df.dl_mode=5 \
|
|
persist.data.df.iwlan_mux=9 \
|
|
persist.data.df.mux_count=8 \
|
|
persist.data.df.ul_mode=5 \
|
|
persist.data.iwlan.enable=true \
|
|
persist.data.mode=concurrent \
|
|
persist.data.netmgrd.qos.enable=true \
|
|
persist.data.wda.enable=true \
|
|
persist.rmnet.data.enable=true
|