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

BUG=webrtc:7030

Review-Url: https://codereview.webrtc.org/2649883004
Cr-Commit-Position: refs/heads/master@{#16239}
This commit is contained in:
mbonadei
2017-01-24 04:22:11 -08:00
committed by Commit bot
parent 81eab61172
commit 822d2586fb
3 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ ubsan_vptr_blacklist_path =
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