summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update makefiles.Steven Moreland2018-10-161-2/+3
| | | | | | | | Some of these were out of date. Bug: N/A Test: N/A Change-Id: I25a2706b95e199f5728cda5a5e4e2b23c60a8d40
* Add a command to get the minimum battery voltage required for flashingHridya Valsaraju2018-10-051-5/+15
| | | | | | | | | Bug: 79480454 Test: fastboot getvar battery-soc-ok Change-Id: I6141993972a3084fe3620d81f707999e1264b997 Merged-In: I6141993972a3084fe3620d81f707999e1264b997 (cherry picked from commit 83f5631deb5169d7b6f897679956bc11d13e6e0b)
* Add command to check whether off-mode-charging is enabled.Hridya Valsaraju2018-09-281-0/+9
| | | | | | | | | Bug: 78793464 Bug: 79480454 Test: fastboot getvar off-mode-charge Change-Id: I1bd4148ff3476acf110e4aa95a40084300608875 Merged-In: I1bd4148ff3476acf110e4aa95a40084300608875 (cherry picked from commit 3d76cf0d8e6abe52e459bb7bc741e58b34b9790d)
* Add command to read fastboot variable 'variant'Hridya Valsaraju2018-09-281-0/+11
| | | | | | | | Bug: 79480454 Test: fastboot getvar variant Change-Id: I04f588f09d03e121c066449b0a7223f51d2e59af Merged-In: I04f588f09d03e121c066449b0a7223f51d2e59af (cherry picked from commit 3f27a7b373305f98117607f159eeb3c4e1fe4f6f)
* Reland "Add command to pass oem commands to HAL"Hridya Valsaraju2018-09-252-2/+12
| | | | | | | | | Test: make This reverts commit 2e880493d6a227b050dabc6caa294eea408338ca. Change-Id: I7cdfa6a01b5d776659dd4e7595915574b341cd9c Merged-In: I7cdfa6a01b5d776659dd4e7595915574b341cd9c (cherry picked from commit 3c2443ec29984c7c003e8b21a26fc25ad519475d)
* Revert "Add command to pass oem commands to HAL"Hridya Valsaraju2018-09-212-12/+2
| | | | | | | | This reverts commit ddaa8ecb379479a3450c954161df33fda1348685. Reason for revert: This needs to go to master first to prevent build breaks. Change-Id: I6418f1ba5dab492dc11b8c24e5d83ea7257d9699
* Add command to pass oem commands to HALHridya Valsaraju2018-09-172-2/+12
| | | | | | | | Bug: 79480454 Bug: 78793464 Test: fastboot oem command Change-Id: Ifa20badace91550812742702f3b16f5abe56be72
* Get partition file system type from Fastboot HALHridya Valsaraju2018-09-063-0/+115
Partition type is required for fastbootd to format partitions. Test: make Bug: 79480454 Change-Id: I49f21fe6f1626cf3da566b33cc84131b3e3c85ff