summaryrefslogtreecommitdiff
path: root/usb/Android.bp
AgeCommit message (Collapse)Author
2021-07-21libpixelusb: Add logic to gather termperature stats for overheatBadhri Jagan Sridharan
Added UsbPortOverheat which subscribes to thermal hal's notification callback for monitoring usb port thermal zone's throttling status. When throttled, the relevant thermal zones are queried for temperature and the maximum temperature is stored. The maximum temperature reached during the throttling window is then reported through suez. Bug: 193615568 Test: adb shell "echo 35001 > dev/thermal/tz-by-name/usb_pwr_therm2/emul_temp"; adb shell "echo 31000 > dev/thermal/tz-by-name/usb_pwr_therm/emul_temp"; adb shell "echo 21000 > dev/thermal/tz-by-name/qi_therm/emul_temp"; wait for few seconds, adb shell "echo 10000 > dev/thermal/tz-by-name/usb_pwr_therm2/emul_temp"; Change-Id: I2b3ee4197205f07bf5b3763176233e0fc89519c1
2021-03-12[LSC] Add LOCAL_LICENSE_KINDS to hardware/google/pixelBob Badour
Added SPDX-license-identifier-Apache-2.0 to: atrace/Android.bp bootctrl/Android.bp dynamic_partitions/Android.bp fastboot/Android.bp health/Android.bp kernel_headers/Android.bp misc_writer/Android.bp mm/Android.bp perfstatsd/Android.bp pixelstats/Android.bp power-libperfmgr/Android.bp power-libperfmgr/libperfmgr/Android.bp powerstats/Android.bp powerstats/aidl/Android.bp pwrstats_util/Android.bp radio/Android.bp radio/gril_carrier_nv_headers/Android.bp recovery/Android.bp usb/Android.bp vibrator/Android.bp vibrator/common/Android.bp vibrator/common/bench/Android.bp vibrator/cs40l25/Android.bp vibrator/cs40l25/bench/Android.bp vibrator/cs40l25/diag/Android.bp vibrator/cs40l25/tests/Android.bp vibrator/drv2624/Android.bp vibrator/drv2624/bench/Android.bp vibrator/drv2624/tests/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to: Android.bp thermal/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I58efe8db7cc3f22a585c6e3a80bef41c48b49c8d Merged-in: I58efe8db7cc3f22a585c6e3a80bef41c48b49c8d
2020-11-18UsbGadgetUtils: Fuzzer for setVidPidKyle Tso
Bug: 173562848 Test: run the fuzzer on Pixel 5 Signed-off-by: Kyle Tso <kyletso@google.com> Change-Id: I77929744d41d21eb4472c75a139afabdb7d55f0d
2019-10-01Remove libhwbinder/libhidltransport depsndk-sysroot-r21Steven Moreland
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: Ifcbd0675df88cb43afe98b1dfe0c5da396384eee
2018-10-25Usb Gadget HAL: static library of common codeBadhri Jagan Sridharan
Bug: 115777500 Test: vts -m VtsHalUsbGadgetV1_0Target Change-Id: Icd8243fa7368cedba439cfe9083f49b4d1beb7a2