| Index: build/config/android/config.gni
|
| diff --git a/build/config/android/config.gni b/build/config/android/config.gni
|
| index aa2e71fe25db5a66971457a2f3f01fe66b7eeca9..a2de843053ef4ac6325155f8a1a0a2176b2f8723 100644
|
| --- a/build/config/android/config.gni
|
| +++ b/build/config/android/config.gni
|
| @@ -18,9 +18,6 @@ if (is_android) {
|
| }
|
|
|
| declare_args() {
|
| - # Absolute directory containing the Android source code.
|
| - android_src = ""
|
| -
|
| android_sdk_root = default_android_sdk_root
|
| android_sdk_version = default_android_sdk_version
|
| android_sdk_build_tools_version = default_android_sdk_build_tools_version
|
| @@ -40,11 +37,6 @@ if (is_android) {
|
| android_chrome_build_id = "\"\""
|
| }
|
|
|
| - if (is_android_webview_build) {
|
| - assert(android_src != "",
|
| - "You must specify android_src for an Android WebView build.")
|
| - }
|
| -
|
| # Host stuff -----------------------------------------------------------------
|
|
|
| # Defines the name the Android build gives to the current host CPU
|
|
|