aboutsummaryrefslogtreecommitdiff
path: root/admin/BasicManagedProfile/build.gradle
diff options
context:
space:
mode:
authorYuichi Araki <yaraki@google.com>2014-06-12 14:52:28 +0900
committerYuichi Araki <yaraki@google.com>2014-06-17 12:50:40 +0900
commitb91b22ca2982e2a0e68a27b8d73fb72d04c2aea9 (patch)
tree6b8e259492e0a4d142a807c40fc43c38918073d3 /admin/BasicManagedProfile/build.gradle
parentf3330be3f3d734dcc0c8e83c9d52432a868c4137 (diff)
downloadandroid-b91b22ca2982e2a0e68a27b8d73fb72d04c2aea9.tar.gz
Add a sample showing how to create a managed profile and what developers can do with it.
Bug: 14400206 Change-Id: Ieae938cd7c0a32ac5c677f584721cc54ddf94eaa
Diffstat (limited to 'admin/BasicManagedProfile/build.gradle')
-rw-r--r--admin/BasicManagedProfile/build.gradle14
1 files changed, 14 insertions, 0 deletions
diff --git a/admin/BasicManagedProfile/build.gradle b/admin/BasicManagedProfile/build.gradle
new file mode 100644
index 00000000..f9f6f652
--- /dev/null
+++ b/admin/BasicManagedProfile/build.gradle
@@ -0,0 +1,14 @@
+
+
+
+
+// BEGIN_EXCLUDE
+import com.example.android.samples.build.SampleGenPlugin
+apply plugin: SampleGenPlugin
+
+samplegen {
+ pathToBuild "../../../../build"
+ pathToSamplesCommon "../../common"
+}
+apply from: "../../../../build/build.gradle"
+// END_EXCLUDE