| Index: build/android/envsetup_functions.sh
|
| diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh
|
| index bfd831be194b0d537c71a747e6d2244016d73a84..bf8abb6f500920395d1f847b5f17767711fd6abb 100755
|
| --- a/build/android/envsetup_functions.sh
|
| +++ b/build/android/envsetup_functions.sh
|
| @@ -310,8 +310,6 @@ ${ANDROID_SDK_VERSION}
|
| ;;
|
| esac
|
| DEFINES+=" android_webview_build=1"
|
| - # temporary until all uses of android_build_type are gone (crbug.com/184431)
|
| - DEFINES+=" android_build_type=1"
|
| DEFINES+=" android_src=\$(PWD)"
|
| DEFINES+=" android_sdk=\$(PWD)/${ANDROID_SDK}"
|
| DEFINES+=" android_sdk_root=\$(PWD)/${ANDROID_SDK}"
|
|
|