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

Issue 6901022: This change supports Android NDK. (Closed)

Created:
9 years, 8 months ago by Yuki Shiino
Modified:
9 years, 7 months ago
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

make: support Android NDK This change generates LOCAL_XXX variable definitions for Android NDK. These variable definitions and make rules do nothing for non-Android applications. But, when the Makefile is invoked by 'ndk-build' command of Android NDK, it works nicely with LOCAL_XXX variables. Patch by Yuki Shiino <yukishiino@google.com>;. Committed: http://code.google.com/p/gyp/source/detail?r=919

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -2 lines) Patch
M pylib/gyp/generator/make.py View 1 7 chunks +95 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Mark Mentovai
Evan owns the GYP make generator, I’m delegating this one to him. Evan, FYI, this ...
9 years, 8 months ago (2011-04-26 19:15:28 UTC) #1
tony
FWIW, it seems strange for android specific variables in gyp (OTOH, there are probably some ...
9 years, 8 months ago (2011-04-26 19:21:09 UTC) #2
Evan Martin
I'm unfamiliar with the Android NDK. Are these LOCAL_* variables special in its build system? ...
9 years, 8 months ago (2011-04-26 19:23:49 UTC) #3
Yuki Shiino
docs/ANDROID-MK.TXT in Android NDK explains how to write a user's makefile, and it must be ...
9 years, 8 months ago (2011-04-27 02:53:13 UTC) #4
Yuki Shiino
On 2011/04/26 19:21:09, tony wrote: > Maybe we should make it possible for a gyp ...
9 years, 8 months ago (2011-04-27 03:11:38 UTC) #5
Evan Martin
Sorry! I forgot about this change! I am concerned all this extra stuff in the ...
9 years, 7 months ago (2011-05-02 23:11:06 UTC) #6
Yuki Shiino
On 2011/05/02 23:11:06, Evan Martin wrote: > Sorry! I forgot about this change! > > ...
9 years, 7 months ago (2011-05-03 18:00:24 UTC) #7
Evan Martin
LGTM, perfect, thanks!
9 years, 7 months ago (2011-05-03 18:22:09 UTC) #8
Evan Martin
9 years, 7 months ago (2011-05-03 18:24:18 UTC) #9
On 2011/05/03 18:22:09, Evan Martin wrote:
> LGTM, perfect, thanks!

(I will commit this for you.)

Powered by Google App Engine
This is Rietveld 408576698