As the change of init feature flag on swb is ready, we will open
swb on those devices that supports this feature with more flexibility
since wiping sys property could be done at android regular releases
as enabling feature flag on server make it more flexible on schedule.
Test: manual
Bug: 283722412
Change-Id: If015fd92b5c75a07bb0820f54dc413a32031f6ea
Adding the Fast Pair extended IDs for Shiba and Husky so that
Quick Start shows the right Fast Pair bottom sheet on other devices
during setup.
Bug: 280889888
Test: Manually flashed a Shiba & Husky device and validated the FP
bottom sheet is displayed on a nearby other device
Change-Id: Idf45a6ca819dbb012210ee9dfeec7e98b18603de
Move shusky thermal .json files into thermal/
and perf configs into perf/.
Also move the configs into device-shusky-common.mk,
allowing override of the config file path.
Bug: 277993984
Change-Id: Ifa2882ee9c27c57d967c27f9f8e8edaff313e2d5
Set chirp.enabled=0 so that CAP_FREQUENCY_CONTROL and
CAP_COMPOSE_PWLE_EFFECTS will not be enabled.
Bug: 275032416
Test: adb shell idlcli vibrator getCapabilities
Change-Id: I4eb07c595bbd15e85bf8c07e29cab1a479589b09
Signed-off-by: Nathan Kulczak <nathankulczak@google.com>
These devices will use spectral driver for ambient
light and flicker information.
Bug: 277959222
Test: ./run_cts.sh
Change-Id: I5a245fa222bc83ed3c4976895671070be02a9a43
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/husky
platform/vendor/aosp/google_devices/shiba
and the paths are
vendor/google_devices/husky
vendor/google_devices/shiba
TEST:make and flash a husky device
BUG: 278968179
Change-Id: I1c5424dfddddb8ee29a86f2408a231aa5556a0bb
Revert submission 22636720-disable_rlsservice
Reason for revert: Breaks device context tests, which did not run in presubmit due to b/277661004
Reverted changes: /q/submissionid:22636720-disable_rlsservice
Change-Id: Iae76027b5e92740181eca3f0645c5ea8c6219b87
These devices will use spectral driver for ambient
light and flicker information.
Bug: 277959222
Test: ./run_cts.sh
Change-Id: Ide881aee6796310c2fc4853f7ce9167a2704e912
enable Vendor Specific Quality event as default.
set bqr event_mask to 295006 (0x4805e), vnd_quality_mask to 29 (0x1d)
for user debug or eng rom
Bug: 240636731
Test: manual test vendor specific masks
Change-Id: I6b2099bc0a0b8ea133a40a286855e2b0fa91e686
Add the related properties to support it.
Bug: 256662691
Test: the min idle refresh rate works properly
Change-Id: I8e38a1d90c951644b60e76a2e0ce761defa546ce
Add properties
1. assign default resolution 1008p for RRS
2. HWC is initilized with 1008p to avoid to switch resolution
when boot animation is almost over.
Test: Boot w/ and w/o user selected configs and check the resolution
Bug: 243689199
Change-Id: I6f270e0068397ea2ece72e73b357d6870b4e2944
- Separate thermal config for charger mode and remove the unused thermal
throttling.
Bug: 272701980
Test: charging throttling worked properly in charger.
Change-Id: Ic8db468af99d11c24fb3ce074bad524ef1107bb9
This property prevents display high brightness mode from being triggered
due to HDR layers produced by camera.
Bug: 243688547
Change-Id: I8f3fd697c88c471a8b6890c209f84bb16d0600b6
To decouple init.insmod.${device}.cfg from HLOS,
it is moved to kernel repo and built in vendor_dlkm.img.
Also make init.rc to load it from vendor_dlkm/
Bug: 270603150
Test: Build image and flash, make sure modules are loaded.
Change-Id: Ib280bc587041531198052aae3f9dd05c1a0f975e
NS minimum dbv is based on EVT1.0, targeting 100 nits.
Bug: 268991972
Change-Id: I8fdfcd68e64f78fa618afc11acd02d13d2ae4e47
Signed-off-by: Shiyong Li <shiyongli@google.com>