Move webrtc/build/android -> tools-webrtc/android

BUG=webrtc:7030

Review-Url: https://codereview.webrtc.org/2649883004
Cr-Commit-Position: refs/heads/master@{#16239}
diff --git a/build_overrides/build.gni b/build_overrides/build.gni
index 10a2df9..bcb2501 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -32,7 +32,7 @@
     rebase_path("//tools-webrtc/ubsan/vptr_blacklist.txt", root_build_dir)
 
 # Android lint suppressions file
-lint_suppressions_file = "//webrtc/build/android/suppressions.xml"
+lint_suppressions_file = "//tools-webrtc/android/suppressions.xml"
 
 # For Chromium, Android 32-bit non-component, non-clang builds hit a 4GiB size
 # limit, making them requiring symbol_level=2. WebRTC doesn't hit that problem
diff --git a/webrtc/build/android/AndroidManifest.xml b/tools-webrtc/android/AndroidManifest.xml
similarity index 100%
rename from webrtc/build/android/AndroidManifest.xml
rename to tools-webrtc/android/AndroidManifest.xml
diff --git a/webrtc/build/android/suppressions.xml b/tools-webrtc/android/suppressions.xml
similarity index 100%
rename from webrtc/build/android/suppressions.xml
rename to tools-webrtc/android/suppressions.xml