diff options
author | Adam Lesinski <adamlesinski@google.com> | 2014-08-22 19:10:56 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2014-08-25 17:47:30 -0700 |
commit | 31245b4f06003f1c8cd44c31b387c96ab4e282f9 (patch) | |
tree | ec59d73e6b6e563876ed8c4e5de331b4df17549e /tools/aapt/Bundle.h | |
parent | 5b8e5a7d4c930b42e1a3c2b3e67144b89d37efa2 (diff) |
Introduce anydpi density resource qualifier
This is meant to be used with scaleable vector
drawables, and are chosen as the best match unless
there is a configuration that matches the density
requested exactly.
Bug:17007265
Change-Id: Ic3288d0236fe0bff20bb1599aba2582c25b0db32
Diffstat (limited to 'tools/aapt/Bundle.h')
-rw-r--r-- | tools/aapt/Bundle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt/Bundle.h b/tools/aapt/Bundle.h index 1439f14b7fb6..af494618d6ce 100644 --- a/tools/aapt/Bundle.h +++ b/tools/aapt/Bundle.h @@ -24,6 +24,7 @@ enum { SDK_HONEYCOMB_MR2 = 13, SDK_ICE_CREAM_SANDWICH = 14, SDK_ICE_CREAM_SANDWICH_MR1 = 15, + SDK_L = 21, }; /* |