tz_temp callback will invoke thermal_zone_device_update and return the cached temp from thermal core. However, during device resume, the cached temp may be reset to INVALID number before being returned.
So, change the reading path to upstream temp_show which will return the temperature from thermistor driver directly.
Bug: 326252555
Test: adb shell dumpsys thermalservice
Change-Id: I82cf81d940585c4827256804bc9c9397f4b54ccf
We will have a 'vendor' project containing proprietary blobs
to be able to build and flash Pixel device when vendor source is not
available.
The project names are
platform/vendor/aosp/google_devices/caiman
platform/vendor/aosp/google_devices/komodo
platform/vendor/aosp/google_devices/tokay
and the path is
vendor/google_devices/caiman
vendor/google_devices/komodo
vendor/google_devices/tokay
BUG: 325612343
Change-Id: I881994da5b81e963f5427af1642e29bffdca9c97
A bunch of stuff in build/make/target/product/memtag-common.mk is specified has having MTE by default, in order to ensure that OEMs that have MTE-capable devices get a default level of MTE on security sensitive processes.
For now, on these devices, ensure that devices that enable MTE through the developer toggle (or the bootloader cmdline) only have the zygote with MTE.
Bug: 327060622
Change-Id: Ibb6d4fba7915c8556ebe9a303d38f7c642ad8fe9
Test: I do not have a device to test with - but follow the instructions at b/327060622
This reverts commit 3beb1e6364.
Reason for revert: to avoid potential power regression
Bug: 326507991
Change-Id: If0fa9544c1848cfa5e195570c805653a33e52a75
Test: build pass
In auto prefer idle mode, a task in top-app will be granted prefer
idle if it satisfied the conditions. So turn auto prefer idle off
if top-app prefer_idle is explictly disabled.
Bug: 326507991
Test: build pass
Change-Id: Ie8d02bcc2291c00f12c337220d0d7ad80729d6a9
note:
Depending the realized in framework side, the microhone
information only report the corresponding devices info
surfaced via SDK. That means reporting bottom / back mic
are necessary.
Test: atest VtsHalAudioCoreTargetTest
Bug: 300735639
Change-Id: Ib514d1f87f607d1bfab0818dbff16bd3623b313e
- remove ODPM from legacy formulas
- remove ODPM from patched linear formulas
- update VIRTUAL-SKIN-CHARGE formulas
Bug: 320714468
Test: build and boot to home
Change-Id: I974476d45d9ace1740f9fec06af9399db5b7cb59
Signed-off-by: Jikai Ma <jikai@google.com>
These values are used to calculate the size of the
screen decoration overlays (however, the actual
camera protection is provided by the camera callback).
Test: manual
Fixes: 324018508
Flag: none
Change-Id: Ie4a4100ba98ca9e69f43ca32a0cc36e6002b08f0
Similar to b/286503615 as komodo_ufs is also failing.
Bug: 286503615
Change-Id: Ic3fa6a163eb958fbdbc5bfabc8e1411a2bbb9690
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
Change list ver 4.0 for EVT 1.1 :
1. Spatial audio calibration for EVT 1.1
2. MIC path IIR
3. PGC update parameters based on rms-baed calculation
4. update template.xml with SNS(off) on MIC
Bug: 324162417
Bug: 324162415
Bug: 324160489
Change-Id: Ic3ce060a0a478183ac8440f8da0a7b88170f1065
Signed-off-by: vincenttew <vincenttew@google.com>