Loading system/gd/dumpsys/bundler/bundler.h +2 −1 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ namespace { constexpr char kDefaultBundleDataFile[] = "bundle_bfbs.bin"; constexpr char kDefaultGeneratedOutputPath[] = "."; constexpr char kDefaultNamespace[] = ""; constexpr char kDefaultNamespaceDelim[] = "::"; } // namespace Loading @@ -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 { Loading Loading
system/gd/dumpsys/bundler/bundler.h +2 −1 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ namespace { constexpr char kDefaultBundleDataFile[] = "bundle_bfbs.bin"; constexpr char kDefaultGeneratedOutputPath[] = "."; constexpr char kDefaultNamespace[] = ""; constexpr char kDefaultNamespaceDelim[] = "::"; } // namespace Loading @@ -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 { Loading