| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 9e90c3a14b7d67421a4d446eb4aa2f4b854af983..f361a3e1f88ef546989ba377519c8f53758b801c 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -49,11 +49,6 @@
|
| # Enable touch optimized art assets and metrics.
|
| 'enable_touch_ui%': 0,
|
|
|
| - # Is this change part of the android upstream bringup?
|
| - # Allows us to *temporarily* disable certain things for
|
| - # staging. Only set to 1 in a GYP_DEFINES.
|
| - 'android_upstream_bringup%': 0,
|
| -
|
| # Override buildtype to select the desired build flavor.
|
| # Dev - everyday build for development/testing
|
| # Official - release build (generally implies additional processing)
|
| @@ -91,7 +86,6 @@
|
| 'enable_viewport%': '<(enable_viewport)',
|
| 'enable_hidpi%': '<(enable_hidpi)',
|
| 'enable_touch_ui%': '<(enable_touch_ui)',
|
| - 'android_upstream_bringup%': '<(android_upstream_bringup)',
|
| 'buildtype%': '<(buildtype)',
|
|
|
| # Sets whether we're building with the Android SDK/NDK (and hence with
|
| @@ -162,7 +156,6 @@
|
| 'enable_viewport%': '<(enable_viewport)',
|
| 'enable_hidpi%': '<(enable_hidpi)',
|
| 'enable_touch_ui%': '<(enable_touch_ui)',
|
| - 'android_upstream_bringup%': '<(android_upstream_bringup)',
|
| 'android_build_type%': '<(android_build_type)',
|
| 'enable_app_list%': '<(enable_app_list)',
|
| 'use_default_render_theme%': '<(use_default_render_theme)',
|
| @@ -692,7 +685,6 @@
|
| 'enable_task_manager%': '<(enable_task_manager)',
|
| 'sas_dll_path%': '<(sas_dll_path)',
|
| 'wix_path%': '<(wix_path)',
|
| - 'android_upstream_bringup%': '<(android_upstream_bringup)',
|
| 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)',
|
| 'use_system_libjpeg%': '<(use_system_libjpeg)',
|
| 'android_build_type%': '<(android_build_type)',
|
| @@ -2974,9 +2966,6 @@
|
| '-Wl,--exclude-libs=ALL',
|
| ],
|
| }],
|
| - ['android_upstream_bringup==1', {
|
| - 'defines': ['ANDROID_UPSTREAM_BRINGUP=1',],
|
| - }],
|
| ['clang==1', {
|
| 'cflags': [
|
| # Work around incompatibilities between bionic and clang
|
|
|