Loading libnativeloader/library_namespaces.h +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ using android::base::Result; // object for a given ClassLoader. class LibraryNamespaces { public: LibraryNamespaces() : initialized_(false) {} LibraryNamespaces() : initialized_(false), app_main_namespace_(nullptr) {} LibraryNamespaces(LibraryNamespaces&&) = default; LibraryNamespaces(const LibraryNamespaces&) = delete; Loading Loading
libnativeloader/library_namespaces.h +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ using android::base::Result; // object for a given ClassLoader. class LibraryNamespaces { public: LibraryNamespaces() : initialized_(false) {} LibraryNamespaces() : initialized_(false), app_main_namespace_(nullptr) {} LibraryNamespaces(LibraryNamespaces&&) = default; LibraryNamespaces(const LibraryNamespaces&) = delete; Loading