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

Commit ba1557d1 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 am: f06a5851

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

Change-Id: Ic88a4c990d6fcc2c768b4a7cd55832410a2387b6
parents 737739f4 f06a5851
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 {