summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2017-07-05 15:36:20 -0700
committerAurimas Liutikas <aurimas@google.com>2017-07-07 01:09:09 +0000
commita9380afe1ff62f7ba344d843cd896bd779a92218 (patch)
tree1f7ad7903e544ff39748357613e1f53c8e57568e
parentef998e0b87c045318de63b42951cec1522d3b502 (diff)
downloadplatform_external_doclava-a9380afe1ff62f7ba344d843cd896bd779a92218.tar.gz
platform_external_doclava-a9380afe1ff62f7ba344d843cd896bd779a92218.tar.bz2
platform_external_doclava-a9380afe1ff62f7ba344d843cd896bd779a92218.zip
Add a simple settings.gradle file for Doclava.
Adding settings.gradle file that allows Doclava to be used as a composite build dependency. Change-Id: I0205a91f5953644c020c4dc230d7a426c4f6757e
-rw-r--r--settings.gradle17
1 files changed, 17 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
new file mode 100644
index 0000000..c6b98ee
--- /dev/null
+++ b/settings.gradle
@@ -0,0 +1,17 @@
+/*
+ * Copyright (C) 2017 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+rootProject.name = 'doclava' \ No newline at end of file