Bug: 241353178
Test: check the value after device boot up
Test: update PtsHapticsTestCases and run it
Signed-off-by: Chase Wu <chasewu@google.com>
Change-Id: Iab9f64d19bd1be6a162aef008c6f77bb48dd64ae
Merged-In: Iab9f64d19bd1be6a162aef008c6f77bb48dd64ae
Disable wireless charging during drain, usb charging,
and charger stress test
- vendor.disable.wlc 1
If device is placed onto dreamliner and shutdwon(drain out),
it would boot up by DC_CHG and keep shutdown(0%)-boot up
(by DC_CHG) continuously. 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: 230436380
Test: set the property manually and query the result from file node.
Change-Id: I5bcf9baeb2818b439520167b518b2e5c5224d7e2
Signed-off-by: Ken Tsou <kentsou@google.com>
(synced from commit 27b511c30292214dbb07f3009cbca8dee941f7f2)
Move lhd.conf, scd.conf to device folder and maintain them separately by project requirement
Bug: 244258007
Test: confirm the configurations are correct
Change-Id: Ic7693f87df73e01d8dcfbda1ff224eb47e7df87a
Allow these devices to send CPU hints to PowerHAL from SF to reduce
drops and save power.
Bug: b/241152899
Bug: b/195990840
Test: https://android-build.googleplex.com/builds/abtd/run/L70800000956157278
Change-Id: I81df99f4ec01f417d1589e2323de599819993590
(Port from commit 8a419466b86ab07a25fc18d7d6a2a9ee154f6839)
- Separate thermal config for charger mode and remove the unused thermal
throttling.
Bug: 240897207
Test: usbc overheating protection and charging throttling worked
properly in charger.
Change-Id: Ib970c16c0ed08b52fb2c9387b71cb2211f4bc1f3
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 name is
platform/vendor/aosp/google_devices/lynx
and the path is
vendor/google_devices/lynx
TEST:make
BUG: 240203789
Change-Id: I33af4dce2b60f5de21d8998e445d2f8abd2b7e01
* Enable LE Audio Offload
* Enable A2DP offload
* Move the LE Audio setting to bluetooth/qti_default.mk
Bug: 235311609
Test: Manual, make sure the le audio and A2dp offload is enabled by default
Change-Id: I943837579331952ece3b860b08527d0e812766c5
Create config.xml to support device suspend when screen off due to
p-sensor and enable adapative brightness. Modify auto brightness
table to support 1000 nits in HBM mode.
Bug: 224527764
Test: brightness and adaptive brightness manual test
Change-Id: I2d3bbd19fa33ca4713127b0b0f4ad39dc39c1175
- The audio-tables.mk is a project specific makefile, the installed
file should able to override the common makefile's setting.
Bug: 224661734
Test: Make sure the file added in audio-tables.mk can override the common one.
Change-Id: I66b223e1e59d61fb6f21fd7f7144b84e4485bcba
Fork the powerhint.json from gs201 and align the config with panther
Bug: 207573241
Test: build and boot pass
Change-Id: Ic517f1cd5462f3653de3742834ec251362e7849d
Add a coex_table.xml for wifi channel avoidance. This table is copied
over from the default coex table, with the addition of marking the
entire 5G band unsafe if the device is on cell band nr79.
Bug: 219427147
Test: build
Change-Id: I45fb8d7ba6c6925dea4598612d43df42b2351b0f
Specify all configurations on qti_default.mk, and here are some
important items:
* QCOM_BLUETOOTH_USING_DIAG = false
* TARGET_BLUETOOTH_UART_DEVICE = "/dev/ttySAC18"
* UART_USE_TERMIOS_AFC = true
* TARGET_USE_QTI_BT_OBS = true
Bug: 202113218
Test: Build pass
Change-Id: I444d64e7413d1b08aff295e3ad64238cbaec1286