Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Issue 377993002: update our build system to support the experimental L-Release NDK (Closed)

Created:
6 years, 5 months ago by djsollen
Modified:
6 years, 5 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

update our build system to support the experimental L-Release NDK This includes adding 64-bit support for arm, x86, and mips. R=borenet@google.com Committed: https://skia.googlesource.com/skia/+/c7d29c8

Patch Set 1 #

Total comments: 7

Patch Set 2 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -11 lines) Patch
M gyp/gpu.gyp View 1 chunk +3 lines, -0 lines 0 comments Download
M platform_tools/android/bin/android_setup.sh View 1 2 chunks +12 lines, -0 lines 0 comments Download
M platform_tools/android/bin/utils/setup_toolchain.sh View 1 chunk +7 lines, -2 lines 0 comments Download
M platform_tools/android/gyp/skia_android.gypi View 1 chunk +19 lines, -9 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
djsollen
6 years, 5 months ago (2014-07-08 19:56:57 UTC) #1
borenet
LGTM with a couple of questions. https://codereview.chromium.org/377993002/diff/1/gyp/gpu.gyp File gyp/gpu.gyp (right): https://codereview.chromium.org/377993002/diff/1/gyp/gpu.gyp#newcode219 gyp/gpu.gyp:219: 'GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE=1', Is there ...
6 years, 5 months ago (2014-07-08 20:04:12 UTC) #2
djsollen
https://codereview.chromium.org/377993002/diff/1/gyp/gpu.gyp File gyp/gpu.gyp (right): https://codereview.chromium.org/377993002/diff/1/gyp/gpu.gyp#newcode219 gyp/gpu.gyp:219: 'GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE=1', On 2014/07/08 20:04:12, borenet wrote: > Is there ...
6 years, 5 months ago (2014-07-08 20:14:46 UTC) #3
mtklein
https://codereview.chromium.org/377993002/diff/1/platform_tools/android/bin/android_setup.sh File platform_tools/android/bin/android_setup.sh (right): https://codereview.chromium.org/377993002/diff/1/platform_tools/android/bin/android_setup.sh#newcode121 platform_tools/android/bin/android_setup.sh:121: DEFINES="${DEFINES} skia_resource_cache_mb_limit=32" No need to cap any of these ...
6 years, 5 months ago (2014-07-08 20:16:53 UTC) #4
djsollen
https://codereview.chromium.org/377993002/diff/1/platform_tools/android/bin/android_setup.sh File platform_tools/android/bin/android_setup.sh (right): https://codereview.chromium.org/377993002/diff/1/platform_tools/android/bin/android_setup.sh#newcode121 platform_tools/android/bin/android_setup.sh:121: DEFINES="${DEFINES} skia_resource_cache_mb_limit=32" On 2014/07/08 20:16:53, mtklein wrote: > No ...
6 years, 5 months ago (2014-07-08 20:39:05 UTC) #5
qiankun
https://codereview.chromium.org/377993002/diff/1/platform_tools/android/bin/utils/setup_toolchain.sh File platform_tools/android/bin/utils/setup_toolchain.sh (right): https://codereview.chromium.org/377993002/diff/1/platform_tools/android/bin/utils/setup_toolchain.sh#newcode34 platform_tools/android/bin/utils/setup_toolchain.sh:34: API_LEVEL=L # Experimental Android L-Release system images I tried ...
6 years, 5 months ago (2014-07-10 05:24:15 UTC) #6
djsollen
The CQ bit was checked by djsollen@google.com
6 years, 5 months ago (2014-07-10 11:57:10 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/djsollen@google.com/377993002/1
6 years, 5 months ago (2014-07-10 11:57:56 UTC) #8
djsollen
On 2014/07/10 05:24:15, qiankun wrote: > https://codereview.chromium.org/377993002/diff/1/platform_tools/android/bin/utils/setup_toolchain.sh > File platform_tools/android/bin/utils/setup_toolchain.sh (right): > > https://codereview.chromium.org/377993002/diff/1/platform_tools/android/bin/utils/setup_toolchain.sh#newcode34 > ...
6 years, 5 months ago (2014-07-10 12:00:04 UTC) #9
djsollen
Committed patchset #2 manually as rc7d29c8 (presubmit successful).
6 years, 5 months ago (2014-07-10 12:10:26 UTC) #10
djsollen
6 years, 5 months ago (2014-07-10 14:06:43 UTC) #11
Message was sent while issue was closed.
On 2014/07/10 05:24:15, qiankun wrote:
>
https://codereview.chromium.org/377993002/diff/1/platform_tools/android/bin/u...
> File platform_tools/android/bin/utils/setup_toolchain.sh (right):
> 
>
https://codereview.chromium.org/377993002/diff/1/platform_tools/android/bin/u...
> platform_tools/android/bin/utils/setup_toolchain.sh:34: API_LEVEL=L #
> Experimental Android L-Release system images
> I tried this NDK. Got error when running bench:
> ERROR: Unable to open the shared library.
> ERROR: dlopen failed: cannot locate symbol "glMapBufferRangeEXT" referenced by
> "/data/local/tmp/libskia_android.so"...EXIT_CODE is 255

what device are you running on and what version is that device?  Unless your
running on a device using the L-release preview that is expected.

Powered by Google App Engine
This is Rietveld 408576698