Specify apksig test size = "small"

Eliminate the following warning:
WARNING: //:all: Test execution time (1.8s excluding execution overhead) outside of range for MODERATE tests. Consider setting timeout="short" or size="small".

Test: bazel test ...
Change-Id: I6f9f0b644f9d3882708fe12d84d17229f1ae6313
diff --git a/BUILD b/BUILD
index 4814ee7..7e39c8e 100644
--- a/BUILD
+++ b/BUILD
@@ -42,6 +42,7 @@
     resources = glob([
         "src/test/resources/**/*",
     ]),
+    size = "small",
     test_class = "com.android.apksig.AllTests",
     deps = [":apksig-all"],
 )