aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2016-08-29 14:49:40 -0700
committerAlex Klyubin <klyubin@google.com>2016-08-29 14:49:40 -0700
commitc2f7b71b11a32e72c1dd415184ec7f0fed2f0122 (patch)
tree7250c4553cf32db170d8223f6c0748d23b10f71a
parent8d9b92da7aff50491960198a6f08d36b8e9fd762 (diff)
downloadapksig-c2f7b71b11a32e72c1dd415184ec7f0fed2f0122.tar.gz
Add build.gradle for apksig library
This should enable the use of the apksig library in Android Studio / Android Plugin for Gradle. These two components use the Gradle build system. Bug: 31060257 Change-Id: I1678d16502cbaaa07e24ad761fa857efa0e9a0ad
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
new file mode 100644
index 0000000..bbfeb03
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1 @@
+apply plugin: 'java'