Merge changes I82811a97,Ic508b17e,I23ca7980 am: e74700dd5d am: 7b4b6f40a8

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1512851

Change-Id: Iae2bbc364ca7d170a55259e20a159286f3394d49
This commit is contained in:
Lorenzo Colitti
2020-11-27 11:02:10 +00:00
committed by Automerger Merge Worker
3 changed files with 18 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# Eclipse project
**/.classpath
**/.project
# IntelliJ project
**/.idea
**/*.iml
**/*.ipr

6
OWNERS Normal file
View File

@@ -0,0 +1,6 @@
codewiz@google.com
jchalard@google.com
junyulai@google.com
lorenzo@google.com
reminv@google.com
satk@google.com

4
PREUPLOAD.cfg Normal file
View File

@@ -0,0 +1,4 @@
[Hook Scripts]
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py -f ${PREUPLOAD_FILES}