Moving the contents of scripts/ to development/
This is to avoid further fragmentation
Test: repo hooks & presubmit
Change-Id: I79a852366548b1b738bd951c7fd56a17b12634d6
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg
index 1cf04b4..3cfaa1f 100644
--- a/PREUPLOAD.cfg
+++ b/PREUPLOAD.cfg
@@ -1,7 +1,7 @@
[Hook Scripts]
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} -c ${REPO_ROOT}/frameworks/support/development/checkstyle/config/support-lib.xml -p development/checkstyle/prebuilt/com.android.support.checkstyle.jar
ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py -f ${PREUPLOAD_FILES}
-invalid_suppress_hook = ${REPO_ROOT}/frameworks/support/scripts/checkInvalidSuppress.py ${PREUPLOAD_FILES}
+invalid_suppress_hook = ${REPO_ROOT}/frameworks/support/development/checkInvalidSuppress.py ${PREUPLOAD_FILES}
warn_check_api = ${REPO_ROOT}/frameworks/support/development/apilint.py -f ${PREUPLOAD_FILES}
[Builtin Hooks]
diff --git a/scripts/checkInvalidSuppress.py b/development/checkInvalidSuppress.py
similarity index 100%
rename from scripts/checkInvalidSuppress.py
rename to development/checkInvalidSuppress.py
diff --git a/scripts/check_os_prebuilts.py b/development/check_os_prebuilts.py
similarity index 100%
rename from scripts/check_os_prebuilts.py
rename to development/check_os_prebuilts.py
diff --git a/scripts/support-deps-license.sh b/development/support-deps-license.sh
similarity index 100%
rename from scripts/support-deps-license.sh
rename to development/support-deps-license.sh