X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/2ca01a3759d4a7f39856ff90541b5f267d2c6c13..82fd0c76cb8b764f22b852014ce6a8c4a1fa27e9:/AaptAssets.h diff --git a/AaptAssets.h b/AaptAssets.h index 9a848e4..eeb00c0 100644 --- a/AaptAssets.h +++ b/AaptAssets.h @@ -45,6 +45,15 @@ enum { AXIS_VERSION }; +enum { + SDK_CUPCAKE = 3, + SDK_DONUT = 4, + SDK_ECLAIR = 5, + SDK_ECLAIR_0_1 = 6, + SDK_MR1 = 7, + SDK_FROYO = 8, +}; + /** * This structure contains a specific variation of a single file out * of all the variations it can have that we can have.