| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
* Also switch to OnePlus5 blobs since ZUK's don't work correctly
and daisy ones lack ANT+ support
Change-Id: I69c7c7883aad8eb1d32347d3871a0cc0ed36c6c3
|
|
|
|
|
|
| |
* Needed after https://review.lineageos.org/268776
Change-Id: Ia9c95779ed58fdb4172ff9ea02b1a2cb3c4ea59d
|
|
|
|
| |
Change-Id: Ia41000b36f3535a3cf0ef8d7650d0d540de728de
|
|
|
|
| |
Change-Id: I15cfda82a5bc6f05c0d7b9db209064ba498dac11
|
|
|
|
| |
Change-Id: I396ad6d79ea6e47ba8b9a56da317123c7579aa67
|
|
|
|
|
|
| |
* Sync up to https://review.lineageos.org/270769
Change-Id: Icb127d8c1a9cb71bdcf5507891805594cc9d5347
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* All ZUK msm8996 devices use FDE, which gives issues with updatable
apex such as not booting correctly after the initial encryption
from system settings
* Regardless on lineage we aren't going to use any Google prebuilt
to have apex working
This reverts commit 106ac21a9281f33472a8481d77d5256756ac83ef.
Change-Id: Iae1728e4a798dcdda7c1e75a5c335c558515f0e3
|
|
|
|
|
|
|
| |
* These two blobs are from the older kanged msm8996 ones
since 89xx doesn't have them at all
Change-Id: I19de511ad48b15f378f634c23d12c0a1148a3027
|
|
|
|
| |
Change-Id: I1062d3afe3ea1b043665bf03e03f521c7defc37f
|
|
|
|
| |
Change-Id: I4d2cac3680aff356e870b7a4c347949f710609e7
|
|
|
|
|
|
|
| |
* This allows us to have it actually working and no
prebuilt blob is needed
Change-Id: Id8331bc109dcce1b2776c70bce453c6ac3ec02bb
|
|
|
|
|
|
|
| |
* vendor.gralloc.disable_wb_ubwc is removed from Q blobs and replaced
by this one.
Change-Id: I7c1457ccff4a142ad3a5b83ac11ffe333303667a
|
|
|
|
|
|
|
| |
* From LA.UM.8.2.r1-05100-sdm660.0
* Needed for Lineage recovery
Change-Id: Idb90a6ecaae541e74a9878c1ca93459cc2fdd949
|
|
|
|
|
|
| |
* The context is now charger
Change-Id: I1cb92590b1285ea08e30d89cfe421bbb0acc47f2
|
|
|
|
|
|
|
| |
Add CAP_SYS_BOOT capability for charger service so that it can
shutdown/reboot the system.
Change-Id: I17ccba74d5a3c38bd751c55bcf42fb3689d730a7
|
|
|
|
|
|
|
|
| |
Make charger binary run as system instead of root. Since it
needs to handle input key events, add input as a supplemental
group in addition to system and graphics.
Change-Id: Id1dc46f335087147b7d8cf674664c26f0b511de1
|
|
|
|
|
|
|
| |
charger binary is moved to /system/bin. Also the label got changed
to charger. Update it accordingly.
Change-Id: I78574238f9fc5ec028d10ab866676bfc0cd36370
|
|
|
|
| |
Change-Id: Ibf362bd9146d02c2fe8a6f15508eb633ce96d656
|
|
|
|
|
|
| |
android.hardwar: type=1400 audit(0.0:10): avc: denied { open } for path="/sys/devices/soc/400f000.qcom,spmi/spmi-0/spmi0-03/400f000.qcom,spmi:qcom,pmi8994@3:qcom,leds@d000/leds/red/brightness" dev="sysfs" ino=39334 scontext=u:r:hal_light_default:s0 tcontext=u:object_r:sysfs:s0 tclass=file
Change-Id: Ifa312d4b1d0b3119815e770a9988c4d258613db5
|
|
|
|
| |
Change-Id: I43176dd76a1491bf9108207552cfb0e80658547a
|
|
|
|
|
|
| |
TimeService app
Change-Id: I5b7ee8dc7d7be0e6b7f4a02a4535adb7ad6c677f
|
|
|
|
| |
Change-Id: Id1d580607a7d73ec6738ab3aa8dcdf9e27558a33
|
|
|
|
| |
Change-Id: Id61f9177bfe30d6bfb0ae21d0cacf20461a8e8d6
|
|
|
|
|
|
|
| |
Qseecom needs to start at earlier stage for FBE to work properly.
Change-Id: Ie2408f652df291ad6a1b0dee1e4d559ff35c7c45
Signed-off-by: Ramandeep Trehan <rtrehan@codeaurora.org>
|
|
|
|
|
|
| |
This reverts commit 807a47e9d1934449c272ab933df6772e7987ae5e.
Change-Id: I97b73679928aabb227be536165ab412b91a67dd7
|
|
|
|
| |
Change-Id: Iadefa31bc863b7ab70239874bed82bef240cbba5
|
|
|
|
|
|
|
|
|
|
| |
The configstore will be not used in surfaceflinger. So surfaceflinger
will use the system properties instead of configstore.
For this, the system properties are added.
Bug: 112386364
Test: m -j && boot test
Change-Id: Ie3d2adccca06702217984cf2c9db986d852b7014
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FR49059: Accessing AOSP/Google projects Headers
Description: Vendor modules cannot refer AOSP header
paths with absolute or Global Paths instead add
corresponding header library
FR49058 : VNDK compliance
Description : VNDK is set of AOSP libraries which
are exposed to vendor (partition) for development.
Example :
error: vendor lib "/vendor/lib/libeffects.so"
depends on non-eligible lib
"/system/lib/libeffectsconfig.so".
Here , QCOM vendor-partition Library
using lib outside VNDK from system.
CRs-Fixed: 2217547
Change-Id: I51a88145fccba592080d6287ae7ff14d12c65296
|
|
|
|
|
|
| |
Changes to fix QCameraDisplay compilation issue.
Change-Id: Iaa28e2b0acff0556d6052945e446066aa27be5b1
|
|
|
|
|
|
|
| |
- per_mgr
- per_proxy
Change-Id: If0068b1ffbb11e4139f011e8e58480554cd7a6c8
|
|
|
|
|
|
| |
* Changes to stop rtp daemon during shutdown
Change-Id: I08d56dba615136a2c02c3aa11a55bd3e7d84f6a0
|
|
|
|
|
|
| |
Update qseecom daemon service name as per new requirement.
Change-Id: I878495cb5d13dc8cf69f996ff87ada3b1c26b76b
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Camera, media doesn't work after AOSP december tag because of the following commit
https://android.googlesource.com/platform/frameworks/av/+/26c7997dea97345a81bcabd21fa07050c8ff0a57
622 622 W ServiceManagement: Waited one second for android.hardware.camera.provider@2.4::ICameraProvider/default
622 622 I ServiceManagement: getService: Trying again for android.hardware.camera.provider@2.4::ICameraProvider/default...
test: boot, test camera and play a youtube video.
Change-Id: I83c2a2bcd53e0bc029cd243e264daee87a509707
|
|
|
|
|
|
|
| |
We support IMS features on carriers not listed in the CarrierConfig,
so let's use the props to enable it everywhere.
Change-Id: I54b48b4196908b9c11e8aa781a05600a8f380a35
|
|
|
|
| |
Change-Id: I9ae6d8a035675f7a457794196c7b4e2c2ddc7614
|
|
|
|
|
|
| |
* Enables tinycompress extensions for QCOM audio HAL features.
Change-Id: If7a691a554015de40f237058d98171a0cd0d7cc3
|
|
|
|
| |
Change-Id: I56955cb189e5c00a51bf7175177f5a2b25799cf0
|
|
|
|
| |
Change-Id: Icfea72a1b26ed1355bbea90854d6a1bbe50471d3
|
|
|
|
|
|
| |
Desc: Remove cnd, dpmQmiMgr daemon
Change-Id: I741a951bf71f72db009ddde94991aa876705b99a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Squashed of the following 2 commits:
time-services: Remove time_daemon rc definition
Now time_daemon service will start from local rc file
so patch removes rc definition from init.qcom.rc file.
Change-Id: Ia18ffa726c9c7ad6be5193219438b2266c15ae13
time-services: Start time_daemon service from common rc
Currently, time_daemon service is running after statsd
service which is causing some xTS failure. The patch
moves time_daemon service definition to common rc file
so that daemon can start early.
Change-Id: I7ff7a7a3b7ac5077a95157c1785bfb844b92d7dd
Change-Id: I4b46501099fb0e82109b3cabf8440fa0490d507b
|
|
|
|
| |
Change-Id: Id39d5e03810c3ef595dbe00b003aae07b1038ad9
|
|
|
|
| |
Change-Id: I1a740909596a3f0040e9887032bdf5bd320f81d0
|
|
|
|
| |
Change-Id: I569abb286a074089e4b0656f7a8a0130c5b1a8c5
|
|
|
|
|
|
|
| |
* New CNE and GPS blobs depend on the newly added
qmi_cci_os_signal_wait function.
Change-Id: I21140206bfbfc1ffdebad4cd858245e73ff1c744
|
|
|
|
|
|
| |
* Move libxml under CNE to have it updated
Change-Id: Iab80efc8d31c181bfdb0487aceaec8bb2777252f
|
|
|
|
| |
Change-Id: Ic281341fcd9b1f89f7ae397b4fee3066029def6f
|
|
|
|
| |
Change-Id: I2641acf66dbb0a17aef11cba4776d4d0cd0d05e2
|
|
|
|
| |
Change-Id: Ie36afb4a2c0438c93db84381d3ee41eb3f62137e
|
|
|
|
|
|
| |
* Needed to update the perf stack to Q
Change-Id: Ia25af821871c87303a7709c250def3f237962f20
|
|
|
|
|
|
| |
* Also build missing libOmxG711Enc.so
Change-Id: Ic1e83939958a68f65be40ebd69a32c47ff2420fd
|