diff options
Diffstat (limited to 'tools/aapt2/cmd/Diff.cpp')
-rw-r--r-- | tools/aapt2/cmd/Diff.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/aapt2/cmd/Diff.cpp b/tools/aapt2/cmd/Diff.cpp index 12113ed8a48a..16c7bba33e10 100644 --- a/tools/aapt2/cmd/Diff.cpp +++ b/tools/aapt2/cmd/Diff.cpp @@ -64,6 +64,10 @@ class DiffContext : public IAaptContext { return 0; } + bool IsAutoNamespace() override { + return false; + } + private: std::string empty_; StdErrDiagnostics diagnostics_; |