diff options
author | djsollen <djsollen@google.com> | 2015-07-24 13:15:58 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-24 13:15:59 -0700 |
commit | d18b861061253c8691949379546a7f96c9e251c9 (patch) | |
tree | 205731c911992c2bb60acce4871213f488c6b8f0 /.gitignore | |
parent | 1818acb6a4b11cd9a1d44ce5dde77452502a9796 (diff) |
Update Android Apps to use gradle
This CL replaces ant with gradle for the task of building APKs.
The primary driver of this change is that it now allow us to
develop and test our apps using Android Studio.
DOCS_PREVIEW= https://skia.org/?cl=1215023017
Committed: https://skia.googlesource.com/skia/+/425535f1626932e4e22f61a2571f9c3c2b1c5977
Review URL: https://codereview.chromium.org/1215023017
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 44d423f269..7ea825655a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,12 @@ *.pyc *.swp +*.iml .DS_Store .android_config .gclient* .gm-actuals +.gradle +.idea .cproject .project .settings/ @@ -12,6 +15,10 @@ bower_components common gyp/build out +platform_tools/android/apps/build +platform_tools/android/apps/*.properties +platform_tools/android/apps/*/build +platform_tools/android/apps/*/src/main/libs platform_tools/chromeos/third_party/externals platform_tools/chromeos/toolchain skps |