Add missing vendor_radio_prop:
vendor.radio.pwr.curb_backoff
radio_prop is neverallow since android P.
Move this prop to vendor_radio_prop
Bug: 115943152
Test: Camera function work.
Change-Id: Ia6e9bc68e3e71e14a00bf10718c656eb64b5ea13
This reverts commit c1a57ef036.
Reason for revert:
There are regressions and it needs more time to debug.
We decide to revert it first since the cutoff data of Feb. QPR is close.
bug: 119152162
Change-Id: Iabf587b8da713dd79b734c27d912eed86635dd59
Graphics prebuilts from gfx promotion #0062.03 introduce additional property acccess
vendor.debug.egl.swapinterval
Add sepolicy to let bootanimation/apps access it cleanly.
This is a regression issue from ag/4888277 which leads to log flooding of access denials.
Bug: 117629985
Test: device logs does not throw following error:
E libc : Access denied finding property "vendor.debug.egl.swapinterval"
Change-Id: I28f13e60c679ab041abed65d848f492c5c9a9ce6
(cherry picked from commit cccfdee4ad)
- turn on config and add effect library for Waves effect
Bug: 111283341
Test: build pass and manual audio test on product/aosp
Change-Id: Idba8eb83a88e3aa4f254b5ab4beddaa6a4477cd8
Signed-off-by: Jasmine Cha <chajasmine@google.com>
GoogleCameraNext is the in-dogfood version of GoogleCamera, and needs
access to the same resources as the release version does.
(cherry picked from commit eb4b693940)
Test: adb shell ps -O LABEL -p `adb shell pidof com.google.android.googlecamera.fishfood` shows
google_camera_app security label after installing and starting GoogleCameraNext
Bug: 115554881
Change-Id: I8b8fd58fc7cccdbd79c001e15817e08b1a86efbb
Some Pixel devices had a wrong brand value provisioned into keymaster.
Due to this misprovisioning those devices fail device ID attestation because it includes a check for the correct brand value.
This is now solved by re-trying Device ID attestation if we are running on a potentially misprovisioned device, allowing for the known incorrect brand value.
Bug: 69471841
Test: atest com.android.cts.devicepolicy.MixedDeviceOwnerTest#testKeyManagement
Change-Id: I41b51a355e1b582fd7c7f12f8b7e0992294b16e3
Merged-In: I73dd4501416bcc2587d137d8b1e27127e3bfc0c0
Test labs use start and stop charge levels to control the battery levels
of DUTs. This is not currently possible since retaildemo mode is set to
0 on every boot. After this behavior is removed, it will still be
possible to reset the charging behavior via a factory reset.
Bug: 112763954
Change-Id: I73992bb44d32357f0ed41b55fc551db79c486338
Signed-off-by: Maggie White <maggiewhite@google.com>
Add property to disable usb overheat mitigation that prevent device
offline during thermal testing in chamber.
Bug: 111762741
Test: Run thermal test in chamber
Change-Id: I23a760c8e31979b38ae89cd6750ae107605d5c3b
Increase disconnect timeout from 10ms to 100ms for the host ports which
dont strictly adhere to the spec to sense disconnect.
This is a work around given that some of the root ports dont detect
it. From the USB 2.0 spec guidelines, the disconnect should be
detected in 2.5us.
From the USB 2.0 spec (pg 186)
Time to detect a disconnect event
at a hub’s downstream facing port
TDDIS Section 7.1.7.3 2 2.5 µs
Bug: 110412433
Test: Walleye entering accessory mode in USB 3.0 with IOGear cable
and USB 3.0 host.
Change-Id: I8d8f62dc1a7bcbc9c7727c51cad7f3cb07ba6b50
ro.vendor.graphics.memory and vendor.debug.rs.* are used by Render
script (one of same-process HALs).
So they should be public-readable because Render script can be loaded
from almost everywhere.
Bug: 109653662
Test: succeeded building and tested with taimen
Change-Id: I5c6d6dd2f2406feaec60c965a763215c4a064f52
vendor.debug.egl.changepixelformat and vendor.debug.prerotation.disable
are used by libEGL (one of same-process HALs).
So they should be public-readable because libEGL can be loaded from
almost everywhere.
Bug: 80135368
Test: succeeded building and tested with taimen
Change-Id: I2e9c0809a4868329ab76a94800a144283f523579
Merged-In: I2e9c0809a4868329ab76a94800a144283f523579
(cherry picked from commit 52ca941f7a)