Commit Graph

8 Commits

Author SHA1 Message Date
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