mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 15:09:54 +00:00
Merge "Remove gps_debug.conf"
am: a50e104cca
Change-Id: I902c27012a8ff98e2b35577378040a55e4407cd0
This commit is contained in:
@@ -567,10 +567,6 @@ PRODUCT_COPY_FILES += \
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/gps.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gps.conf
|
||||
|
||||
# GPS debug file
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/gps_debug.conf:system/etc/gps_debug.conf
|
||||
|
||||
# Vendor seccomp policy files for media components:
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/seccomp_policy/mediacodec.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy
|
||||
|
||||
@@ -1,52 +0,0 @@
|
||||
# Sample file for use for on device debug override only
|
||||
# Prefer frameworks/base/core/res/res/values/config.xml and
|
||||
# frameworks/base/core/res/res/values-mcc*-mnc*/config.xml
|
||||
|
||||
################################
|
||||
##### AGPS server settings #####
|
||||
################################
|
||||
# FOR SUPL SUPPORT, set the following
|
||||
# SUPL_HOST=supl.google.com or IP
|
||||
# SUPL_PORT=7275
|
||||
|
||||
# supl version 2.0
|
||||
# SUPL_VER=0x20000
|
||||
|
||||
#SUPL_MODE is a bit mask set in config.xml per carrier by default.
|
||||
#If it is uncommented here, this value will overwrite the value from
|
||||
#config.xml.
|
||||
#MSA=0X2
|
||||
#MSB=0X1
|
||||
#SUPL_MODE=1
|
||||
|
||||
# Emergency SUPL, 1=enable, 0=disable
|
||||
#SUPL_ES=0
|
||||
|
||||
#Choose PDN for Emergency SUPL
|
||||
#1 - Use emergency PDN
|
||||
#0 - Use regular SUPL PDN for Emergency SUPL
|
||||
#USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=0
|
||||
|
||||
####################################
|
||||
# LTE Positioning Profile Settings
|
||||
####################################
|
||||
# 0: Enable RRLP on LTE(Default)
|
||||
# 1: Enable LPP_User_Plane on LTE
|
||||
# 2: Enable LPP_Control_Plane
|
||||
# 3: Enable both LPP_User_Plane and LPP_Control_Plane
|
||||
#LPP_PROFILE = 2
|
||||
|
||||
##################################################
|
||||
# Select Positioning Protocol on A-GLONASS system
|
||||
##################################################
|
||||
# 0x1: RRC CPlane
|
||||
# 0x2: RRLP UPlane
|
||||
# 0x4: LLP Uplane
|
||||
#A_GLONASS_POS_PROTOCOL_SELECT = 0
|
||||
|
||||
# Below bit mask configures how GPS functionalities
|
||||
# should be locked when user turns off GPS on Settings
|
||||
# Set bit 0x1 if MO GPS functionalities are to be locked
|
||||
# Set bit 0x2 if NI GPS functionalities are to be locked
|
||||
# default - non is locked for backward compatibility
|
||||
#GPS_LOCK = 0
|
||||
Reference in New Issue
Block a user