diff options
Diffstat (limited to 'tools/aapt2/ResourceValues.h')
-rw-r--r-- | tools/aapt2/ResourceValues.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt2/ResourceValues.h b/tools/aapt2/ResourceValues.h index 6371c4cbb7b5..168ad61784e7 100644 --- a/tools/aapt2/ResourceValues.h +++ b/tools/aapt2/ResourceValues.h @@ -157,6 +157,7 @@ struct Reference : public BaseItem<Reference> { Maybe<ResourceId> id; Reference::Type reference_type; bool private_reference = false; + bool is_dynamic = false; Reference(); explicit Reference(const ResourceNameRef& n, Type type = Type::kResource); |