Update Android framework makefile to build static and shared libs
authordjsollen <djsollen@google.com>
Fri, 12 Feb 2016 16:44:39 +0000 (08:44 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Feb 2016 16:44:39 +0000 (08:44 -0800)
commit2a8fcb4647115ce5e9b6127a716b6f50b2a9fd55
tree748613c25cf7fbe3af3a139b278358ac074f1411
parent6f96cf4bde38337724b492a00dd8e0857d84d5d6
Update Android framework makefile to build static and shared libs

Also use static lib for testing tools and expose includes needed for
other framework testing tools to statically link in Skia.
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1696483002

Review URL: https://codereview.chromium.org/1696483002
gyp/bench.gyp
gyp/dm.gyp
platform_tools/android/bin/gyp_to_android.py
platform_tools/android/gyp_gen/makefile_writer.py
platform_tools/android/gyp_gen/tool_makefile_writer.py
platform_tools/android/tests/expectations/Android.mk
platform_tools/android/tests/expectations/skia_static_deps.mk [new file with mode: 0644]
platform_tools/android/tests/expectations/tool/Android.mk
platform_tools/android/tests/makefile_writer_tests.py
platform_tools/android/tests/test_variables.py