Commit Graph

17 Commits

Author SHA1 Message Date
Muhammed Siju f57ff91560 Telephony: Move TARGET_USES_QCOM_BSP_ATEL definition to AOSP
TARGET_USES_QCOM_BSP_ATEL is now defined in AOSP makefile

Change-Id: I3485f2da338a3fdfd4ef0bafa80e490e3e9112ae
CRs-Fixed: 2071303
2017-06-21 18:19:10 +05:30
Yujing Gu 0cfb4c67b1 Enable rat mode to combine mode by default.
Enable rat mode to combine mode by default.

CRs-Fixed: 2056147
Change-Id: I0d5639ecba0bdd4b928f7439de4eef94475a99f6
2017-06-07 16:53:22 +08:00
Ruthwar Kumar Ambeer aa6e547231 Issue fix in whitelisting background services
File extention was not added properly while copying
file to sysconfig. So adding proper extention. This
change is to be squashed with below commit in future.

a6cd79bb55

Change-Id: Id3403ace859d41d509b70f3cfc968f311cd46607
CRs-Fixed: 2020763
2017-04-17 18:55:31 +05:30
Ruthwar Kumar Ambeer a6cd79bb55 Add background atel services in whitelist
telephony services are white-listed who all need
to freely run in the background. This is temporary
work-around and some of the services will be
removed from the list based on the feasibility.

Change-Id: Ice11429b5b78d5786dc701251b507b7dac5745ee
2017-04-14 08:21:30 -07:00
Ruthwar Kumar Ambeer 84eb68c765 Add TARGET_USES_QCOM_BSP_ATEL for Telephony
This flag indicates that the android frameworks
has QC value adds

Change-Id: I4721ba60ebc6ca44ba049edad41400c6738190c9
2017-04-12 13:22:42 +05:30
Uma Maheswari Ramalingam 7569a8ffd0 Modify default sim options for boot up
1. Non QC targets will bootup in default single sim mode
2. QC targets will bootup in default msim mode
3. Msim ril daemons will have same radio permissions as single sim rild

Change-Id: I3e4974dba056658f3171802caa475b9fac2d637f
CRs-Fixed: 2016859
2017-04-05 23:33:24 -07:00
Qiang Chen 11925aff6e Set default multisim property to dsds by default.
CRs-Fixed: 1087695

Change-Id: I8021d35550b2a9e1ebf5aa5c44f9ab540e5b10ed
2017-03-22 02:31:37 -07:00
Lalit Kansara 7b34c85287 ro.product.manufacturer is not setting as expected
ro.product.manufacturer is not setting as expected rather it's set
as unknown

Change-Id: Ibf9489f6b57af5bd71d31e100b16f481f7e0cc5c
2016-10-20 21:04:57 -07:00
Ameya Thakur e04199ff29 common: Add support for devices which have a frp partition
We now correctly set the ro.frp.pst property for devices which have
a frp partition.

Change-Id: I55dfc9a1c9d8d2b95c29ca8590fdbeaecad21ba4
2016-09-14 13:19:04 -07:00
Maunik Shah 0d579bb7c4 FRP: Add FRP property & persistent data block
- Set "system" as owner of persistent data block
- Add ro.frp.pst property to PRODUCT_PROPERTY_OVERRIDES

Change-Id: I6751660dfae5d19782922ae597d7366345a6e084
2015-12-01 17:05:32 +05:30
David Ng 74b481c3c1 common64: Switch to proper 64-bit device configuration
Drop inheriting from 64-bit emulator target and switch
to using proper 64-bit device configuration.  The
aosp_arm64 emulator was initially used when it was
not emulator specific.

Change-Id: Iccd4accee4f016dc9633556f6c680f862c248407
2015-10-22 22:09:50 -07:00
Richard LIU 01469652f0 Enable emergency call feature for RIL
- Enable qcril.db's prebuilt
- Set "persist.radio.custom_ecc" as 1

Change-Id: Ic5a8814e805df7a856270545adeeb4c5f34eb71a
2015-09-17 18:15:42 +08:00
Preeti Ahuja b212551361 Enable Embms time sync feature by default.
The Embms time sync feature is controlled by persist.radio.sib16_support
property. Change the default value of this property to 1 and therefore
enable the time sync feature by default.

Change-Id: I06a4fe04f74be21162e5eab992ce178a0fcb7a35
CRs-Fixed: 799348
2015-04-10 09:31:41 -07:00
Maunik Shah 66c788aaa9 Fix: CTS android.text.format.cts.TimeTests Failure
In CTS test, it is searching for french, japanise, UK language
support which was missing ealier. Adding these locales to fix CTS
failures

Change-Id: I4ce02a73dd6baaed43a5ca0499514d22ab9c0c85
2014-11-12 12:43:49 -08:00
Vince Leung d73695bbc9 build: change extension library name to libqti-perfd-client.so
Old library is no longer used for this property so update
the property value with the name of the new library,
libqti-perfd-client.so

Change-Id: I5d3e19ee684400bb11c9c584bedadf9f46e9ec4d
2014-09-24 10:55:20 -07:00
Houston Hoffman a42f8becdd NFC: provide a default manufacturer
Set manufacturer name to QUALCOMM for ISIS wallet test

Change-Id: If747ae00f49f5483be18930bde178bffac5b8b14
CRs-Fixed:672925
2014-08-25 14:17:32 -07:00
David Ng 06081d692a build: Split common.mk defintion into common64.mk and base.mk
Split common.mk product definitions into base.mk (shared between
32-bit and 64-bit targets) and common64.mk (64-bit targets).
common.mk is then for 32-bit only targets.

32-bit MSM target will inherit common.mk (no change to existing
MSM target definitions), whereas new 64-bit targets will inherit
common64.mk

Change-Id: I968be0e6b7077083bacddd3d163a4406f9b0c2f3
2014-06-12 15:58:54 -07:00