summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2013-10-29 17:14:25 -0700
committerTrevor Johns <trevorjohns@google.com>2013-10-29 17:14:25 -0700
commit51540d5479e95e36668611c8453e9b012a7084b7 (patch)
tree706867c111f6936ee88c7a6cdad573a5018030c6
parentf15005cb84eb590af60359d3504d548bcc7734dc (diff)
downloadbuild-51540d5479e95e36668611c8453e9b012a7084b7.tar.gz
Revert changes to build.gradle from change f15005cb
Reverting build.gradle in change f15005cb84eb590af60359d3504d548bcc7734dc to fix the sample-create script. Change-Id: I8fd049ab7fef3a8599e7abd11c5f5ac6d1ed2811
-rw-r--r--build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 2dd71894..c7e67530 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,6 +14,9 @@
* limitations under the License.
*/
+// The SampleGenPlugin source is in the buildSrc directory.
+import com.example.android.samples.build.SampleGenPlugin
+apply plugin: SampleGenPlugin
// Add a preflight task that depends on the "refresh" task that gets
// added by the SampleGenPlugin.