aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* axon7: adapt to FlipFlap overlay changesHEADn7.1jrior0012017-07-172-5/+29
| | | | Change-Id: Ia67d9d2a42f3aafa6b0f4ceace8254a660d78b2e
* audio_amplifier: Correct voice speaker device modec4572017-07-171-1/+1
| | | | | | * This fixes the incall speaker issue Change-Id: Iea215834158f9c7548ab8bb1a358b31259fa1df8
* axon7: Allow reading WiFi MAC filesTom Marshall2017-05-252-0/+4
| | | | | | | * Allow netd to search /persist * Label WiFi MAC files as radio_data_file Change-Id: Id2f23351be3e65e6108992aee44a72778234179a
* Axon 7 Use Kryo 32 Bit Routineskevinprinciotta2017-05-231-1/+1
| | | | Change-Id: I202da1c0d4efe8ee84b7107d41ae3f7c051895ef
* Axon 7: Nuke GelloErwan Leboucher2017-05-231-3/+0
| | | | | remove completly gello even if it's commented out Change-Id: I204d9fe854a9ae233e42f85af6c575cb12825262
* axon 7: add missing vendor blob in deps Erwan Leboucher2017-04-251-0/+5
| | | | Change-Id: I4961cae3c28e50b06ba6e10d0cd5cc49442ce143
* AICPIFY axon 7Erwan Leboucher2017-04-253-56/+37
|
* axon7: audio_amp: Properly use the amplifier HALc4572017-04-111-59/+195
| | | | | | | | | | * Previously we were dependent on ZTE partial support to start the amp by bypassing. Rewrite the amplifier HAL to properly initialize audio and handle usecases. This fixes issues with stereo mode and l/r audio channels. Change-Id: I2ad87ff4c076562f4f2bf2c58b1574fc79ee38f0
* axon7: Let cameraservice close native handlesBruno Martins2017-03-141-0/+1
| | | | | | | | | | * Our current camera HAL doesn't close native handles internally, causing video recording to freeze after ~30s. * When setting this flag we ensure that cameraservice becomes responsible for such actions, thus fixing the camcorder issues. * Revert when camera HAL is updated with proper support. Change-Id: I1be78f21d9dc72abbadee32693a4415446dfe431
* axon7: Import graphic blobs from LA.UM.5.5.r1-02500-8x96.0c4572017-03-142-3/+61
| | | | Change-Id: I876fd8c1caafe97b9d06c92084adb6ba591264ba
* axon7: Introduce custom RIL class for new CAF identifierschrmhoffmann2017-02-282-0/+274
| | | | Change-Id: Ifb6a2483f2a3233326d197f74e6ac75a29d0d7e8
* axon7: Enable Hi-Fi headphone audioc4572017-02-091-1/+11
| | | | | | * Set the acdb_id, alias, and backend Change-Id: Ib691eaedfd3c0522f3ab79a5f4804712e01b33ef
* axon7: Configure and build FlipFlapc4572017-02-064-0/+45
| | | | Change-Id: I8f04d31805799da0742efcc8b49592ba4fdf8d6f
* axon7: Fix quering of the displayc4572017-02-045-142/+5
| | | | | * This allows us to actually use synaptics keylayout without depending on qwerty keylayout
* axon7: update cpuset for camera daemonc4572017-02-031-1/+1
| | | | | * Cameraserver is now in it's own cpuset so update the path
* axon7: add camera-daemon cpusetTim Murray2017-02-031-0/+9
| | | | | | cameraserver needs to live in its own cpuset on M/S. Change-Id: I1f04ed17d52dffb29d8b379e387c07d0f6ab3ea6
* axon7: update cpusets at boot completeTim Murray2017-02-031-0/+6
| | | | | | | | | We don't need aggressive load balancing during boot, only after boot has been completed. bug 30040263 Change-Id: Id22ac312751983f774208399b1673459e2351b93
* sepolicy: Correctly label bt_mac_writerc4572017-02-022-1/+3
| | | | * This is essentially btnvtool
* sepolicy: relabel cryptkey partition with metadata_block_device contextDan Pasanen2017-02-023-5/+1
| | | | Change-Id: I11ff6cf11004a07d866b01185d7fb54c92c89c91
* sepolicy: Address time_daemon denialc4572017-02-023-0/+3
|
* axon7: Update fingerprint from B15c4572017-02-011-2/+2
|
* axon7: Pin vendor modified fingerprint blobsc4572017-02-011-2/+2
| | | | | * Please do not unpin these as they don't track upstream
* axon7: Add OTA assertsBrandon McAnsh2017-02-011-0/+1
| | | | | | | * Allow ailsa_ii to still pass ota asserting Change-Id: I6c2b388f5f2bceb58c8f4f3a1a3bc46e04a71ee3 Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
* axon7: Rebrand as axon7Brandon McAnsh2017-02-0123-35/+35
| | | | | | | * Keep ailsa_ii for hardware related item (bootloader board name, fingerprint, etc) Change-Id: I6e0dd403771c10582979ddcbde1b9573a5c5f78c Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
* axon7: Add kernel to dependenciesBrandon McAnsh2017-02-011-0/+4
| | | | | Change-Id: I1b570c29a9c991748882ce83f2eeb45c4c87fcb4 Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
* ailsa_ii: Address more denialsc4572017-02-014-0/+17
|
* ailsa_ii: Fix fingerprint denialsTom Marshall2017-01-312-0/+6
| | | | Change-Id: I8f60222a351d348b9eb9eeb22ee7ec1540c21501
* ailsa_ii: Initial Sepolicyc4572017-01-3121-11/+98
|
* gps: fixing a potential race conditionKevin Tang2017-01-311-5/+5
| | | | | | | | | | | mUlp might be obsolete already by the time the LocEngSuplMode::proc() method gets to run. It would be safe to get the pointer of adapter, then acquire the ulp obj from that then it is time to use it. Change-Id: I67312903b0f28ae494b7b27017680f9bcfd135c3 CRs-Fixed: 1101095
* recovery: Calculate TrustZone size at runtimedianlujitao2017-01-291-5/+10
| | | | Change-Id: I0e9154efb96f07347f87f7ca9d6829803815b40f
* ailsa_ii: Add assertions on TrustZone versionEthan Chen2017-01-296-4/+241
| | | | | | * Check for N firmware for compatibility Change-Id: I1ae8c415028ba0b5e781f53c3a26225bcdc98100
* display: Add stock dalvik heap sizesc4572017-01-291-1/+8
|
* ailsa_ii: Set NFC chipset typec4572017-01-251-0/+1
| | | | * Not sure how NFC worked before this
* init: Temporary fix for time daemon being killedc4572017-01-251-5/+4
|
* init: Shim another camera blobc4572017-01-241-1/+1
|
* ailsa_ii: Updates from B14c4572017-01-242-4/+4
|
* ailsa_ii: Add missing QtiTether 32bit blobc4572017-01-241-0/+1
|
* ailsa_ii: Add blobs for data controller interfacec4572017-01-241-0/+2
|
* ailsa_ii: Do not enable BT by defaultc4572017-01-241-0/+22
| | | | | | * When a user clean installs, they are granted with setup wizard..this just doesn't make sense when BT isn't needed to complete setting up your account.
* audio: Remove hw_acc effectSteve Kondik2017-01-241-4/+0
| | | | | | * Not used. Change-Id: I68882a0435b8459031ae31ecc46af6bb62eacf17
* media: Re-enable ffmpegc4572017-01-241-0/+1
|
* ailsa_ii: Kang and pin OP3 qti telephony frameworkc4572017-01-241-1/+1
| | | | * Fixes RIL
* ailsa_ii: Disable App provision for tetherc4572017-01-2416-392/+0
| | | | | * Reallow tethering on carriers that block it... this change isn't on stock N so remove it here too
* amp: Handle voice routingBrandon McAnsh2017-01-211-14/+36
| | | | | | | * Also handle mono left/right vs speaker Change-Id: I2fcf160bf495246287899bf453b65eaa711bb371 Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
* audio: Add audio amplifierc4572017-01-214-2/+189
| | | | * Based on Ham
* ailsa_ii: Use opensource Fingerprint daemonc4572017-01-213-4/+7
| | | | * We however lose ZTE fp wake acceleration
* ailsa_ii: Enable IMS VoLTEc4572017-01-212-10/+15
| | | | | * Not working due to crashing blob, but this is a start ...also remove default overlay
* ailsa_ii: Add back camera sensor configc4572017-01-211-0/+2
| | | | * Got removed when updating to N blobs
* ailsa_ii: Switch to shared graphics driver repositorySteve Kondik2017-01-212-55/+3
| | | | Change-Id: I79da8392854e479228d644d84414b40f7b8ebed3
* gps: Remove makefile for gps.confc4572017-01-211-12/+0
| | | | * We copy this in our device makefile...