AAC VBR is more preferred than CBR for A2DP playback.
Bug: 192203000
Test: dumpsys bluetooth_manager
Change-Id: I8f758c102164da9936de7ddc0bb46e0a99279359
For raven, set the set vendor.powerhal.adpf.rate to 8.3ms
For oriole, set the set vendor.powerhal.adpf.rate to 11.1ms
Bug: 177493042
Test: build
Change-Id: I1f535105f66d6bf34025f3c11d94c83d69c730da
Add ro.gms.dck.eligible_wcc system property to
P21 devices.
Usage of ro.gms.dck.eligible_wcc is as follows:
1: NFC only
2: NFC and Bluetooth LE (NFC + RKE Functions)
3: NFC, Bluetooth LE, and UWB (NFC + RKE Functions + Passive/Location-based
Functions)
Bug: 186488185
Test: Build and flash on R4.
Confirm GMSCore can access the properties.
Signed-off-by: Michael Ayoubi <mayoubi@google.com>
Change-Id: I6641270ede1ac49b517775ce3444306c50bcd78a
This CL transitions the regular build to the AIDL fingerprint HAL, while
keeping the factory build on HIDL.
AuthService reports "Registering HIDL ID: 0 Modality: 2 Strength: 15"
only for the factory build.
Bug: 188193467
Test: build raven-userdebug
Test: build factory_raven-userdebug
Test: adb logcat | grep AuthService
Change-Id: I3d02e560e5e624aa85f1c3d14d52d7bb5070ee4d
Bug: 187394838
Bug: 187562932
Test: Antispoof is disabled by default.
Test: Use the following adb command to manully turn on antispoof.
"setprop persist.vendor.fingerprint.disable.fake.override 0"
Change-Id: I56d1129af7e73a901ea5f3258517e68545c38894
This reverts commit 7357dbcb59.
Reason for revert: Fixed uwb service crash
Test: flash on raven, verify uwb service is idle, unplug usb
Change-Id: I2f3a3a73d16e8a282fdbb171bf60ad2cafa0d7c5
Disable wireless charging during drain, usb charging,
and charger stress test
- vendor.disable.wlc 1
If device put onto dreamliner and shutdwon(drain out),
it would boot up by DC_CHG and keep shutdown(0%)-boot up
(by DC_CHG) continously. To avoid this symptom, limit wireless
current_max as 75000 after device boot up
- persist.vendor.limit.wlc.current=1
How to verify:
adb shell setprop vendor.disable.wlc 1
adb shell cat /sys/class/power_supply/wireless/online >>>> 0
adb shell setprop persist.vendor.limit.wlc.current 1
adb shell cat /sys/class/power_supply/dc/current_max >>>> 75000
Bug: 179094447
Test: set the property manually and query the result from file node.
Change-Id: Ic5791c53f735caa19c73bae750651d774c0d4615
Signed-off-by: Ken Tsou <kentsou@google.com>
(synced from commit 84d73dafb7e44bd195adcc4cbb16bad28728aedc)
1.Correct the file path.
2.Should put into corresponding device folder for Oriole and Raven.
Bug: 167996145
Test: manual test
Change-Id: I040077cc1c5a3a2e89f6aa12299c6ef2f1b7ca0f
major changes:
1. Include and build LUT binary
prebuilt files.
Bug: 182729023
Test: Forrest build and run CTS tests.
Change-Id: Ifaac732f241ab42651521fa59f9c5b94aac097cc
Revert submission 13885469-whi-common-folder-post
Reason for revert: Those are not redundant. They are needed for AOSP builds.
Reverted Changes:
I43557b667:raviole: remove redundant includes
I7a5981fae:blueport: remove redundant includes
Change-Id: I21c98ac4876c8cbab96b9d8af5967103cf6eb9ee
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/raven
platform/vendor/aosp/google_devices/oriole
and the paths are
vendor/google_devices/raven
vendor/google_devices/oriole
BUG: 182332166
Change-Id: I947934c7f2d38c6fe504cfe8a4368d9b426e4b48