summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2017-07-11 00:59:25 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-11 00:59:25 +0000
commitfbcec82ee9c1d3370ef595956490340ac1eef134 (patch)
tree1f7ad7903e544ff39748357613e1f53c8e57568e
parentef998e0b87c045318de63b42951cec1522d3b502 (diff)
parenta9380afe1ff62f7ba344d843cd896bd779a92218 (diff)
downloadplatform_external_doclava-fbcec82ee9c1d3370ef595956490340ac1eef134.tar.gz
platform_external_doclava-fbcec82ee9c1d3370ef595956490340ac1eef134.tar.bz2
platform_external_doclava-fbcec82ee9c1d3370ef595956490340ac1eef134.zip
Add a simple settings.gradle file for Doclava.
am: a9380afe1f Change-Id: I036a5f3296885821788e2ba0017c196b609f0033
-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