Snap for 4615901 from caf96121701e41a4ff5f91bda7a8298d9b95e665 to studio-3.2-release

Change-Id: I0372b623a824a8e0a7426a4fefa4abfc719faaa8
diff --git a/BUILD b/BUILD
index 3f436c5..bba1084 100644
--- a/BUILD
+++ b/BUILD
@@ -18,6 +18,8 @@
 java_library(
     name = "apksig-all",
     srcs = glob(["src/main/java/**/*.java"]),
+    resource_strip_prefix = "tools/apksig",
+    resources = ["LICENSE"],
     visibility = [":apksig-private-api-clients"],
 )
 
diff --git a/OWNERS b/OWNERS
deleted file mode 100644
index 0b8d398..0000000
--- a/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-cbrubaker@google.com
-klyubin@google.com