* changes:
Usb: Populate UsbDataStatus only when not populated
Usb: Set connected status when connected to non compliant port partners
Usb non-compliant port partner implementation
This reverts commit d8f891cf94.
Reason for revert: <CCA quality issue is fixed, enable the CCA by default>
Change-Id: I48498ca6f286d805aa0a9c69e9af65897d060579
This reverts commit 4a0971bb34.
Reason for revert: b/281967184 and b/280343156
Even though using SkiaVK with RenderEngine has definite benefits, it appears to need more "soak time" in order to squeeze out some functional bugs.
Test: none-returning RenderEngine to using SkiaGL, as it was before
Bug: 281967184
Bug: 280343156
Change-Id: Iced32ae465030c6cd27a702eaa9105c873975a92
If the enumeration is too long, it may trigger the watchdog mechanism
to cause device reset. Therefore, this patch will modify the timeout.
Bug: 282876796
Test: build pass and the value is set to 500.
Change-Id: Ib54d8ff5a1e680fc86f2b89ee0d02d63ee5741d8
Do not override UsbDataStatus when already populated.
Compliance warnings such as missing Rp do not populate
UsbDataStatus and the port partner is detected.
Populate UsbDataStatus only when not populated.
Bug: 279251052
Change-Id: Ibe71bdd5c521ba90c124d89bd56af90087c0df18
Set mode, power role and data role when connected to non compliant
port partners.
Bug: 268584498
Change-Id: I6c3e7df09a61e26f3b976a86bd65cb646edd653d
Signed-off-by: Badhri Jagan Sridharan <badhri@google.com>
(cherry picked from commit 7c2d62aafc219af11252dabf49d84d84b7ccfa57)
Adds vendor code for non-compliant charger feature. Currently
updates service version.
Minor port of commit 96ccf93453583642a15dd96b1e4d6bf0645fc10b
Test: atest VtsAidlUsbTargetTest
Bug: 236322506
Change-Id: Ie1a48b1acaaae9a53f3b9bfebcfee7a2f4814810
(cherry picked from commit 96ccf93453583642a15dd96b1e4d6bf0645fc10b)
ro.hardware.egl is currently not set for zuma devices. libEGL loader is finding libGLES_mali.so Graphics driver by trying wildcard matching.
Fix this by setting ro.hardware.egl=mali
Bug: 282832873
Change-Id: I7764eef1c847568614488d6334057bd7e7a0c525
Signed-off-by: Siddharth Kapoor <ksiddharth@google.com>
This is for supporting Softbank requirement OTR-CORE_GEN-000305,
UE shall delete the GUTI when performing software update.
Bug: 281468256
Test: build pass
Change-Id: I19db908f8a89299b4efea926b2bfcba6ef1c6758
This reverts commit dad4c28d12.
Reason for revert: <CCA has audio artifact, set default off until the issue is fixed>
Change-Id: I4c12f1a8e51e0c5135be0e45ef82440642ae26ed
Setting the owner of /dev/logbuffer_cpif as system to allow the
dump_modem script to read the logs as part of bugreport
Test: Tested bugreport on P23
Bug: 278501642
Change-Id: I336d712ea9e4bc2cfe08195f64089b68dd283fe6
Signed-off-by: Mahesh Kallelil <kallelil@google.com>
- release stable sdk version to factory image
Bug: 281464842
Test: verify sdk version at b/281464842
Change-Id: I539ca681425cda69e545f0f693a936017eb0a548
also add thermal stats permissions for clearing
Bug: 262520811
Test: can parse pca stats in pixelstats-uevent
Change-Id: I1fadae8f5ee80279222313d0408ba21421e4c4a7
Signed-off-by: Jack Wu <wjack@google.com>
We should apply watermark_sclae_factor after
boot complete. Otherwise, extra_free_kbytes.sh
might overwrite it and this also aligns with
previous projects' timing.
Bug: 278075546
Test: boot and check watermark_scale_factor
Change-Id: I7989fd1e8cd968193577300b0f83a829bdeb037d
Signed-off-by: Martin Liu <liumartin@google.com>