]> git.saurik.com Git - android/aapt.git/blobdiff - AaptAssets.h
am 89fef418: Merge "Avoid pre-processing images when they won\'t be used"
[android/aapt.git] / AaptAssets.h
index 9a848e4c8b36c86fddff373d16bbaf1435192f4a..eeb00c0be1ba0fe813b5cb0bcba3eecbfb82aeb2 100644 (file)
@@ -45,6 +45,15 @@ enum {
     AXIS_VERSION
 };
 
     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.
 /**
  * This structure contains a specific variation of a single file out
  * of all the variations it can have that we can have.