summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJeff Smith <whydoubt@gmail.com>2013-06-01 21:40:33 -0500
committerJeff Smith <whydoubt@gmail.com>2013-06-13 22:27:28 -0500
commitc831c2ffbde9882c61583e73f2a81530dfab9a7a (patch)
treec760a3213c885919465fa842cacb2f009bb8e239 /build
parentac47eda797d88ec0d59f7eba668b36ba64902169 (diff)
downloadreplicant_sdk-c831c2ffbde9882c61583e73f2a81530dfab9a7a.zip
replicant_sdk-c831c2ffbde9882c61583e73f2a81530dfab9a7a.tar.gz
replicant_sdk-c831c2ffbde9882c61583e73f2a81530dfab9a7a.tar.bz2
Add template for build.gradle
Provides the template needed by 'android create project' to create the file build.gradle. Change-Id: I689a76573afd2c4d0454deca3ed694f1fb46065e Signed-off-by: Jeff Smith <whydoubt@gmail.com>
Diffstat (limited to 'build')
-rw-r--r--build/tools.atree3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/tools.atree b/build/tools.atree
index 2bb0afd..e413484 100644
--- a/build/tools.atree
+++ b/build/tools.atree
@@ -81,9 +81,10 @@ lib/lib64GLES_V2_translator${DLL_EXTENSION} strip tools/lib/lib64GLES_V2_trans
lib/lib64EGL_translator${DLL_EXTENSION} strip tools/lib/lib64EGL_translator${DLL_EXTENSION}
-# sdk.git Ant templates for project build files
+# sdk.git Ant and gradle templates for project build files
sdk/templates/build.template tools/lib/build.template
sdk/templates/uibuild.template tools/lib/uibuild.template
+sdk/templates/build_gradle.template tools/lib/build_gradle.template
sdk/files/proguard-project.txt tools/lib/proguard-project.txt
sdk/files/proguard-android.txt tools/proguard/proguard-android.txt
sdk/files/proguard-android-optimize.txt tools/proguard/proguard-android-optimize.txt