diff options
author | Chris Warrington <cmw@google.com> | 2018-07-23 14:12:20 +0000 |
---|---|---|
committer | Izabela Orlowska <imorlowska@google.com> | 2018-07-23 17:23:25 +0100 |
commit | 58e2fbf16970d9e0c1e93f60b881765e87bfc7a6 (patch) | |
tree | 4ac5c6568a8dd55a61d12346121ebd1dddeed5f7 /tools/aapt2/cmd/Compile.cpp | |
parent | 2e8c7670b12ce7075bcc34c1502d268a71f99a0d (diff) |
Revert "AAPT2: Automatic Static Library Namespacing."
This reverts commit 481f027ddc3e0ff0e1838a9375c1286e8ad70d70.
Reason for revert: Not needed any more
Bug: 111543815
Test: existing unit and integration tests
Change-Id: I87b039192682636d81c2d33512495cb005c9504d
Diffstat (limited to 'tools/aapt2/cmd/Compile.cpp')
-rw-r--r-- | tools/aapt2/cmd/Compile.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/aapt2/cmd/Compile.cpp b/tools/aapt2/cmd/Compile.cpp index 8c1fa9ac0226..36b5578d1deb 100644 --- a/tools/aapt2/cmd/Compile.cpp +++ b/tools/aapt2/cmd/Compile.cpp @@ -690,10 +690,6 @@ class CompileContext : public IAaptContext { return 0; } - bool IsAutoNamespace() override { - return false; - } - private: DISALLOW_COPY_AND_ASSIGN(CompileContext); |