diff options
author | Adam Lesinski <adamlesinski@google.com> | 2015-05-01 13:14:05 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2015-05-04 16:43:24 -0700 |
commit | 838a68705bc79527e592265371cbe4d8e888d9d9 (patch) | |
tree | 63986bf6eb70a6af4c0298e9aa0393b4266cd92f /tools/aapt2/Resource.h | |
parent | 6ff19664f9279023c96e5a65c3059e1ef4beac0f (diff) |
AAPT2: Include package name of attributes in styleable from another package
Change-Id: I44f902e297238e7ee4ae27c02aaaf9e148652d2a
Diffstat (limited to 'tools/aapt2/Resource.h')
-rw-r--r-- | tools/aapt2/Resource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/aapt2/Resource.h b/tools/aapt2/Resource.h index 31104fbe91b6..fa9ac07b1779 100644 --- a/tools/aapt2/Resource.h +++ b/tools/aapt2/Resource.h @@ -96,6 +96,8 @@ struct ResourceNameRef { ResourceNameRef(ResourceNameRef&&) = default; ResourceNameRef(const ResourceName& rhs); ResourceNameRef(const StringPiece16& p, ResourceType t, const StringPiece16& e); + ResourceNameRef& operator=(const ResourceNameRef& rhs) = default; + ResourceNameRef& operator=(ResourceNameRef&& rhs) = default; ResourceNameRef& operator=(const ResourceName& rhs); ResourceName toResourceName() const; |