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