Merge "dumpstate hal: use vendor toybox" into oc-dev

am: 5bd796b649

Change-Id: Ia9de434a511be43f97d60c2a06276cb7722cc5ba
This commit is contained in:
Sandeep Patil
2017-04-16 14:07:22 +00:00
committed by android-build-merger

View File

@@ -52,7 +52,7 @@ Return<void> DumpstateDevice::dumpstateBoard(const hidl_handle& handle) {
dprintf(fd, "Dumpstate HIDL not provided by device; providing bogus data.\n");
// Shows some examples on how to use the libdumpstateutil API.
RunCommandToFd(fd, "DATE", {"/system/bin/date"});
RunCommandToFd(fd, "DATE", {"/vendor/bin/date"});
DumpFileToFd(fd, "HOSTS", "/system/etc/hosts");
return Void();