Background:
* Not all secure storage files had the correct ownership transitions.
Bug: 280325952
Test: Changed permissions and confirmed user transitions
Change-Id: Iafa32e27b7c24bda41cf251048995ae96b3ce8f7
Signed-off-by: Donnie Pollitz <donpollitz@google.com>
Extend DPP downscale ratio to allow DPU to handle more downscale
scenarios.
Bug: 279671862
Test: play various resoltuion videos
Test: simulate several downscale ratio layers
Change-Id: I724aab35d07016a718a1b985ae96cb0471dbe912
Target FCM level 8 requires the newer version of the following HALs:
android.hardware.boot
android.hardware.neuralnetworks
android.hardware.cas
Add the older version of these HALs into the customized product FCM
Remove below from customized product FCM and follow general rule:
android.hardware.biometrics.face
android.hardware.radio.config
Bug: 277188108
Change-Id: Iaec28d5ca254029daf126393e77fa997a8c6ce92
Override ChargerEnableSuspend() function to true to support
suspend and resume in charger mode.
Bug: 282142607
Test: Confirm the device enter suspend in charger mode
Change-Id: I16f03da67a8830bf4130d67948601e0534d8aa27
Signed-off-by: Jack Wu <wjack@google.com>
* 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
Add support for reading the GSA logs sysfs file to see the GSA logs in
the bugreports we get from dogfooders.
(cherry picked from commit 09cb4227bb)
Bug: 271125313
Test: adb shell dumpstate
Change-Id: I09a2e039451b5eb8b7fa360ba03486bd871fb970
Merged-In: I09a2e039451b5eb8b7fa360ba03486bd871fb970
This reverts commit d8f891cf94.
Reason for revert: <CCA quality issue is fixed, enable the CCA by default>
Change-Id: I48498ca6f286d805aa0a9c69e9af65897d060579
dumpstate runs as system group, so in order to prepare for it to be
readable by dumpstate, we need to change the group to system.
(cherry picked from commit 286ebed626)
Bug: 271125313
Test: ls -l /sys/devices/platform/16490000.gsa-ns/
Change-Id: Ib8f299e99add9cc2f03887cda78f576924c522cd
Merged-In: Ib8f299e99add9cc2f03887cda78f576924c522cd
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>
Add uevent rule for newly adding dmaheap node to
set correct owners and permissions.
Bug: 275481134
Test: Launch camera and taking shots
Change-Id: I030e82381ff718523184d8a5601bd2d9a5a0278c
Signed-off-by: Martin Liu <liumartin@google.com>