summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Gavrilovic <gavra@google.com>2020-09-07 17:07:33 +0100
committerIvan Gavrilovic <gavra@google.com>2020-09-07 17:16:18 +0100
commit60b2aadd80ef42b8f33fd0557d7484040d8f21fc (patch)
tree16ccc1d1f8527422e34df4a3b16f61d02ed80bff
parentc60f8993502739d0cabfe12f21c52ab2ec8f6f67 (diff)
downloadmanifest-60b2aadd80ef42b8f33fd0557d7484040d8f21fc.tar.gz
Symlink .editorconfig to subdirs
Symlink under tools/ was impacting tools/idea which was not the intention. This change symlinks .editorconfig under all projects included in AGP build. Change-Id: I49a54d0684a0ac521b80d947ca8125f08ada5d63
-rw-r--r--default.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index ae529594a..32867e3b0 100644
--- a/default.xml
+++ b/default.xml
@@ -19,7 +19,9 @@
<copyfile src="base/settings.gradle" dest="tools/settings.gradle" />
<copyfile src="base/gradlew" dest="tools/gradlew" />
<copyfile src="base/gradlew.bat" dest="tools/gradlew.bat" />
- <linkfile src="base/.editorconfig" dest="tools/.editorconfig" />
+ <linkfile src="base/.editorconfig" dest="tools/base/.editorconfig" />
+ <linkfile src="base/.editorconfig" dest="tools/analytics-library/.editorconfig" />
+ <linkfile src="base/.editorconfig" dest="tools/data-binding/.editorconfig" />
<linkfile src="base/gradle.properties" dest="tools/gradle.properties" />
</project>