| Index: build/config/android/config.gni | 
| diff --git a/build/config/android/config.gni b/build/config/android/config.gni | 
| index 0da122dd836f48787a20d2c159330f4a234482c1..74c661186aef91a80bcffc0a2cbd2a0fb9a70bdb 100644 | 
| --- a/build/config/android/config.gni | 
| +++ b/build/config/android/config.gni | 
| @@ -5,10 +5,6 @@ | 
| # This file contains common system config stuff for the Android build. | 
|  | 
| if (is_android) { | 
| -  assert(rebase_path("//", root_build_dir) == "../../", | 
| -         "Android output directory must be nested 2 levels within src/ (" + | 
| -             "e.g.: out-gn/Debug). http://crbug.com/412935") | 
| - | 
| import("//build_overrides/build.gni") | 
|  | 
| has_chrome_android_internal = | 
|  |