Revert "Include a limited set of wallpapers on devices with small /system"

This reverts commit 273b03e44acb4ab79044127d2e89e24143058b07.

Change-Id: I515bd96e51ee7575a758bab5f099d41ce012fcc8
diff --git a/generate_smallvariants.py b/generate_smallvariants.py
index 3e09ed2..e096ce2 100644
--- a/generate_smallvariants.py
+++ b/generate_smallvariants.py
@@ -6,10 +6,8 @@
 
 path = os.path.dirname(os.path.realpath(__file__))
 
-resources = ["res_1080p/common/drawable-nodpi",
-             "res_1080p/full/drawable-nodpi",
-             "res_1440p/common/drawable-nodpi",
-             "res_1440p/full/drawable-nodpi"]
+resources = ["res_1080p/drawable-nodpi",
+             "res_1440p/drawable-nodpi"]
 
 def generate_smallvariants(resource):
     global path