Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8047962d authored by Chris Manton's avatar Chris Manton
Browse files

Set default output generated directory to cwd

Bug: 157647700
Test: atest --host bluetooth_test_gd
Tag: #gd-refactor
Change-Id: I03756c891dfcd4a7f5930461583f077986250f63
parent af8f6fc6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@

namespace {
constexpr char kDefaultBundleDataFile[] = "bundle_bfbs.bin";
constexpr char kDefaultGeneratedOutputPath[] = ".";
constexpr char kDefaultNamespace[] = "";
constexpr char kDefaultNamespaceDelim[] = "::";
}  // namespace
@@ -26,7 +27,7 @@ struct Opts {
  bool read{false};
  bool write{false};
  const char* filename{kDefaultBundleDataFile};
  const char* gen{nullptr};
  const char* gen{kDefaultGeneratedOutputPath};
  const char* main_root{nullptr};
  const char* ns_name{kDefaultNamespace};
  struct {