| commit | 4a854998d412623c994285d4e37e597bc0265b7c | [log] [tgz] |
|---|---|---|
| author | Steven Moreland <smoreland@google.com> | Thu Oct 24 15:27:06 2019 -0700 |
| committer | android-build-merger <android-build-merger@google.com> | Thu Oct 24 15:27:06 2019 -0700 |
| tree | 99b5317526c5f90122cd3bec340ec6c94d2e37bb | |
| parent | 11c4c3f5a3c3db98b79d085a8299b4cc6a7e1f3e [diff] | |
| parent | 614358a84ef9a8ddab5ad8f1a17c5925a036837c [diff] |
hidl2aidl: output when no output path specified am: e553238581 am: 0e7b67258e am: 614358a84e Change-Id: I57d07f0c77be9c39f209027333228e6b280d254c
diff --git a/hidl2aidl/main.cpp b/hidl2aidl/main.cpp index d379e08..e440af6 100644 --- a/hidl2aidl/main.cpp +++ b/hidl2aidl/main.cpp
@@ -165,7 +165,7 @@ } }); - if (outputPath.back() != '/') { + if (!outputPath.empty() && outputPath.back() != '/') { outputPath += "/"; } coordinator.setOutputPath(outputPath);