diff options
author | Adam Lesinski <adamlesinski@google.com> | 2017-07-25 17:15:42 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2017-07-25 17:16:53 -0700 |
commit | 3b84124edcd05f8aa61357165cb4a7ffd0c2e9b9 (patch) | |
tree | 567499f924bc361cb8949e3d43cb3bf64cdacccf /tools/aapt2/Resource.h | |
parent | 3370d3230d4e3084ca95eb6d6bb63f27c3cb6f63 (diff) |
AAPT2: Add navigation type
Test: build succeeds
Change-Id: I7d49366c7cc4a93c29bad4cb9f13eec23ad05bd2
Diffstat (limited to 'tools/aapt2/Resource.h')
-rw-r--r-- | tools/aapt2/Resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt2/Resource.h b/tools/aapt2/Resource.h index 0a74c1a0f77d..cbcc8fb805aa 100644 --- a/tools/aapt2/Resource.h +++ b/tools/aapt2/Resource.h @@ -59,6 +59,7 @@ enum class ResourceType { kLayout, kMenu, kMipmap, + kNavigation, kPlurals, kRaw, kString, |