aboutsummaryrefslogtreecommitdiff
path: root/sensors/BatchStepSensor/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'sensors/BatchStepSensor/build.gradle')
-rw-r--r--sensors/BatchStepSensor/build.gradle14
1 files changed, 14 insertions, 0 deletions
diff --git a/sensors/BatchStepSensor/build.gradle b/sensors/BatchStepSensor/build.gradle
new file mode 100644
index 00000000..f9f6f652
--- /dev/null
+++ b/sensors/BatchStepSensor/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