| Index: build/android/envsetup_functions.sh
|
| diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh
|
| index 67084311542be74788f35f1e8bb5fc7add4c2b2c..aca4e9127ed3e80a06552c0d4da8a32005ecece3 100755
|
| --- a/build/android/envsetup_functions.sh
|
| +++ b/build/android/envsetup_functions.sh
|
| @@ -99,18 +99,10 @@ ${ANDROID_SDK_BUILD_TOOLS_VERSION}
|
| DEFINES+=" use_goma=1 gomadir=$GOMA_DIR"
|
| fi
|
|
|
| - # The order file specifies the order of symbols in the .text section of the
|
| - # shared library, libchromeview.so. The file is an order list of section
|
| - # names and the library is linked with option
|
| - # --section-ordering-file=<orderfile>. The order file is updated by profiling
|
| - # startup after compiling with the order_profiling=1 GYP_DEFINES flag.
|
| - ORDER_DEFINES="order_text_section=${CHROME_SRC}/orderfiles/orderfile.out"
|
| -
|
| # The following defines will affect ARM code generation of both C/C++ compiler
|
| # and V8 mksnapshot.
|
| case "${TARGET_ARCH}" in
|
| "arm")
|
| - DEFINES+=" ${ORDER_DEFINES}"
|
| DEFINES+=" target_arch=arm"
|
| ;;
|
| "x86")
|
|
|