Index: build/android/envsetup_functions.sh |
diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh |
index 5ad34b7b8e6d81fdc99bb53fd8615a7296fd3fec..511e8d233e0a08ce6873cc12df6ead85b9e1de5a 100755 |
--- a/build/android/envsetup_functions.sh |
+++ b/build/android/envsetup_functions.sh |
@@ -284,6 +284,8 @@ ${ANDROID_SDK_VERSION} |
'${ANDROID_BUILD_TOP}')") |
;; |
esac |
+ DEFINES+=" android_webview_build=1" |
+ # temporary until all uses of android_build_type are gone |
Nico
2013/03/11 19:42:08
Can you file a tracking bug and mention that in th
Torne
2013/03/12 10:20:41
Done.
|
DEFINES+=" android_build_type=1" |
DEFINES+=" android_src=\$(GYP_ABS_ANDROID_TOP_DIR)" |
DEFINES+=" android_sdk=\$(GYP_ABS_ANDROID_TOP_DIR)/${ANDROID_SDK}" |