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

Commit f06a5851 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Set default output generated directory to cwd" am: 07fe49fb

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1347822

Change-Id: I7bbe9ead43f77f255753166c8e7c6d3b03fb5395
parents 50625ddc 07fe49fb
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 {