aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* shamrock: Change path of /vendor to /system/vendorHEADn7.1wzedlare2017-06-203-11/+10
| | | | Change-Id: I14db5371a8836e25d755aecccae1b7002631a7e2
* shamrock: ramdisk: import init.qcom.power.rcRygebin2017-06-201-0/+1
|
* shamrock: Change the GLES version string to 3.2Sudeep Yedalapure2017-06-201-1/+1
| | | | We support GLES version 3.2. Change the system property to reflect that so apps can query and potentially use the 3.2 APIs.
* shamrock: Remove wrong bluetooth socketRygebin2017-06-201-1/+0
|
* shamrock: Remove dtbtool argswzedlare2017-06-201-1/+0
| | | | It is not necessary to indicate dtb args
* shamrock: Disable vendor symlinkwzedlare2017-06-202-4/+2
|
* shamrock: wlan: Remove unused flagswzedlare2017-06-201-2/+0
| | | | Shamrock doesn't use libwcnss_qmi, so these flags should be omitted
* shamrock: props: Remove first api levelwzedlare2017-06-201-3/+0
| | | | It is not necessary in lineage.
* shamrock: props: Disable frp configwzedlare2017-06-201-3/+0
| | | | Giving the ability to relock oem to users in a custom rom is nonsense.Let's disable it and remove the possibility of users stuck at custom roms.
* shamrock: Remove keystore hal from dependencieswzedlare2017-06-202-8/+5
| | | | It is already present in /vendor/lib/hw.So, we don't need to compile it.
* shamrock: Switch to dalvik and hwui configs for 3GB RAMwzedlare2017-06-201-2/+2
| | | | Shamrock uses 3GB RAM not 2GB.So, use configs for 3GB RAM.
* shamrock: Update READMEwzedlare2017-06-201-2/+2
| | | | Fix mistakes
* shamrock: camera: Remove sensor flagwzedlare2017-06-201-1/+0
| | | | We don't use OSS camera hal, so it is not necessary to indicate sensor names.
* shamrock: Enable charger suspendwzedlare2017-06-201-1/+1
|
* shamrock: enable framework SCHED_BOOSTrahulsnair2017-06-201-0/+3
|
* shamrock: enable sched_boostRygebin2017-06-201-0/+3
|
* shamrock: Enable F2FS SupportRygebin2017-05-292-7/+11
| | | | | | | * Open F2FS Flags * Redesign fstab.qcom and Add F2FS Support in cache and userdata Change-Id: Ic1fc8a4877324f9db067d2294bffc50be8a08c18
* shamrock: Fix lineageos chargerRygebin2017-05-101-1/+2
| | | | Change-Id: I284931e3defa0c6e5254d7fa96470790cdb4fe8c
* shamrock: Add Jelly to the products listRygebin2017-05-101-0/+4
| | | | Change-Id: I6f617738a752c64c8a09173b847ff6a77c8b4352
* shamrock: Set device bring up yearRygebin2017-05-101-0/+63
| | | | Change-Id: I75487a6b6a6ba586a2861e7dfedc95d012aa79d0
* shamrock: Get rid of cyttsp4_btn.klRygebin2017-05-101-19/+0
| | | | Change-Id: I3e35b8190f3d94e28f16aadcba16de66be2a2ac1
* shamrock: set LOCAL_PATHRygebin2017-05-102-26/+26
| | | | Change-Id: I4a92015fd716e36153c0d97ff6154315c8715301
* shamrock: Clean-up propertiesRygebin2017-05-101-13/+7
| | | | | | Discard uncommitted changes Change-Id: I73ce5174e4384dab84ac077de86b18653a827174
* Revert shamrock: [TEMP] SElinux PermissiveRygebin2017-05-101-1/+1
| | | | Change-Id: I2de6778beb5e82ada96ee398722ad51eb2d5e77c
* shamrock: Fix denials for rmt_storageRygebin2017-05-101-0/+1
| | | | | | * Thanks @TheSinBin for your tests. Change-Id: I0806e1de18662ee887f6358d129171205c2d0840
* shamrock: Hide sRGB toggle in developer optionsdianlujitao2017-05-101-0/+29
| | | | | | | * This is only available on Nexus/Pixel devices, and we have our own implementation in livedisplay. Change-Id: Ic7f44d7e74fc3ce8efa6ff38bc3f03749d0d5314
* shamrock: Use multi sensor halWzedlare2017-05-101-0/+3
| | | | Change-Id: I404dea45ebcd19a380592289688460ee6321ad5d
* shamrock: Switch to OSS Audio Halwzedlare2017-05-1010-2694/+1014
| | | | Change-Id: Ie57160e970ecfba684fc0130e7bc1bb01ba5c45a
* Revert "shamrock: Switch to Camera2 App"Rygebin2017-04-221-1/+1
| | | | | | | | | This reverts commit 9058cc59f7e6a551c5208d17f7259b5e0033c37a. Conflicts: device.mk Change-Id: I40d0b425d1cab1f0aeed2f091a3e2a11c934933a
* shamrock: fix video recordingSilesh K Nair2017-04-221-0/+1
| | | | Change-Id: Iead479575c3088913633fecab4e76baeaf38eb9e
* shamrock: Pin boot oat and services dex from /dataKarthick C2017-04-221-0/+9
| | | | | | | | | | | By default, A6020 uses the PinnerService to try to pin several boot, framework and services files in memory. However, we had to turn off DEXPREOPT to prevent app crashes and current configs only look in /system. Add /data/dalvik-cache paths to pin some of the equivalent files. Change-Id: Ia688f7ad43a01b50f6481d30ed11b23ed8cfa86d
* shamrock: Remove telephony-ext from device makefileSteve Kondik2017-04-201-5/+1
| | | | Change-Id: Iaf3b1442d6675979659820bf649da35eb214952c
* Merge "Revert "Revert "shamrock: Enable WITH_DEXPREOPT := true""" into n7.1Kaan Kulahli2017-04-201-9/+2
|\
| * Revert "Revert "shamrock: Enable WITH_DEXPREOPT := true""Kaan Kulahli2017-04-201-9/+2
| | | | | | | | | | | | | | | | Finaly fixed. Don't get to remove. This reverts commit e255d588b421fc950ff7567ec0071cc00f39531f. Change-Id: Id54e4dc5bcd90e89f960bc97abbf541ed740321e
* | Merge "Revert "shamrock: Enable WITH_DEXPREOPT := true"" into n7.1Kaan Kulahli2017-04-201-2/+9
|\|
| * Revert "shamrock: Enable WITH_DEXPREOPT := true"Kaan Kulahli2017-04-201-2/+9
| | | | | | | | | | | | This reverts commit ba914f879a6b65ac01103e79ad8204f219855c9d. Change-Id: Iea81b2b3974c14ee06c79415d9cc7eedb5d2e4a3
* | shamrock: Add READMERygebin2017-04-191-0/+19
| | | | | | | | | | | | * it also add device info Change-Id: Ide4ab994f1dd8c8d08ab5c38ee47d3b1c0610baa
* | Revert shamrock: healthd: Add libhealthd extension libraryRygebin2017-04-197-347/+0
| |
* | shamrock: Increase handset speaker volumeArif Rahman Ibrahim2017-04-191-4/+4
| | | | | | | | | | | | * Fixes speaker sound being too quiet Change-Id: Id855fedd28c6e158eb1cccfea5d11a88a573a5e5
* | shamrock: Rename vendor props files and remove many filesRygebin2017-04-171-4/+0
| | | | | | | | Change-Id: I28593a82e5139367514d999509be2d952d176e11
* | shamrock: Discard block based ota additionRygebin2017-04-171-3/+0
|/ | | | Change-Id: Ic4de3596c2644d895b22e41164ce706c65300bcb
* shamrock: Enable WITH_DEXPREOPT := trueWzedlare2017-04-171-9/+2
| | | | Change-Id: Ifcb548c15b3168d8a8250e5e3006f8afe69e206f
* shamrock: governor: performance > interactivewzedlare2017-04-144-1672/+175
| | | | Change-Id: If0b1c76d22b16ab4db9e6781ba52b7008dcef658
* shamrock: Update ramdiskwzedlare2017-04-1411-127/+1983
| | | | Change-Id: I4cca5dd6fb6c1b4d0799c6f8ee5dcd1709765cdd
* shamrock: overlay: disabled double tap on power to turn on camera gestureRygebin2017-04-141-0/+5
| | | | | | * This option in AOSP is very unnecessary. Change-Id: I3c1cc192607685e072a4e04204e2142f9b02d0fe
* shamrock: Use Doze and OSS GPS halwzedlare2017-04-14291-13/+68682
| | | | Change-Id: I5d2fa673c87f9c37b4a3fc268fd2ad1658036aed
* shamrock: Massive updatewzedlare2017-04-1439-234/+9623
| | | | | | | | | * Move many vendor blobs to device tree. * Update and reorder products and boardconfig. * Update power profile. * Update system properties. Change-Id: I00ff57656eef5920a87a8a937638e360cb1cc540
* [TEMP] SElinux PermissiveDeftones2017-03-171-1/+1
| | | | Change-Id: I1a290c989f6b7df5a7221c24d9b7609039581d1c
* shamrock: Enable PER_MGRRygebin2017-03-141-1/+3
| | | | Change-Id: I418beb94c34f7b4e2b3272e54f7174c47be8c3d9
* shamrock: Re-add RIL CAF supportRygebin2017-03-141-0/+3
| | | | Change-Id: Ifcd00e84b277a90c54814bd1632ff0e2d2545050