From 1f17964d8139aeb7dfcf9669380eb406a4fb612a Mon Sep 17 00:00:00 2001 From: "bulach@chromium.org" Date: Tue, 12 Nov 2013 14:45:04 +0000 Subject: Android: moves native_test to use long for JNI BUG=317523 Review URL: https://codereview.chromium.org/70123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234513 0039d316-1c4b-4281-b951-d872f2087c98 --- testing/android/native_test.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/android') diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp index 4a3cc4d..bfea40f 100644 --- a/testing/android/native_test.gyp +++ b/testing/android/native_test.gyp @@ -37,6 +37,7 @@ ], 'variables': { 'jni_gen_package': 'testing', + 'jni_generator_ptr_type': 'long', }, 'includes': [ '../../build/jni_generator.gypi' ], # So generated jni headers can be found by targets that -- cgit v1.1