skia2/platform_tools/android/gyp_gen
scroggo f50a79366f Use BUILD_NATIVE_TEST instead of BUILD_EXECUTABLE.
This will generate makefiles for our tools (bench, tests, gm, dm) using
the line "include $(BUILD_NATIVE_TEST)". This has been recommended by the
Android team, as it builds both 32 bit and 64 bit versions of the test.

Do not use LOCAL_MODULE_PATH, which is deprecated (see https://docs.google.com/a/google.com/document/d/1uLAuY7_KYGx1TSzJ9SXkyevT8qNpra2ZoIBkmCoq8VM/edit# ).

Corresponds to ag/498302 , which makes this change just for bench.

R=djsollen@google.com, halcanary@google.com

Author: scroggo@google.com

Review URL: https://codereview.chromium.org/369673002
2014-07-08 11:20:58 -07:00
..
__init__.py Explicitly include gyp_gen/android_framework_gyp. 2014-04-29 00:39:45 +00:00
android_framework_gyp.py If our gyp does not exist, use chromium's. 2014-05-22 19:30:54 +00:00
generate_user_config.py Allow running gyp_to_android without SkUserConfig. 2014-04-21 14:45:01 +00:00
gypd_parser.py Generate bench/Android.mk from gyp. 2014-05-16 13:15:41 +00:00
makefile_writer.py Update comments about debugging on master. 2014-06-02 07:19:13 -07:00
tool_makefile_writer.py Use BUILD_NATIVE_TEST instead of BUILD_EXECUTABLE. 2014-07-08 11:20:58 -07:00
vars_dict_lib.py Generate tests/Android.mk from gyp 2014-04-28 16:00:30 +00:00