History log of /external/skia/platform_tools/android/tests/expectations/tool/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5571cc98d603b1cc1d9a23111698164f7632efb7 01-May-2015 Ying Wang <wangying@google.com> Delete use of $(shell) in Android.mks.

It's terribly wrong to call $(shell) to copy over files in Android.mks,
because the $(shell) is run everytime you run make.
Instead we can create symlinks with DATA in the path, required by
the testing infrastruture.

Change-Id: Ibcfa93874ce2d83a1fd3c07eddaccf4cc2ca6a5e
/external/skia/platform_tools/android/tests/expectations/tool/Android.mk
e2ca3d102f168313589bf014fab2284a47cfe1c4 02-May-2015 Ying Wang <wangying@google.com> Revert "Delete use of $(shell) in Android.mks."

This reverts commit 41b824135d89e879b5430bdc0cea1c3d8fd37498.

Change-Id: Ida00a72a2d93858cbb4fd0b3d047bd41fd5e90d5
/external/skia/platform_tools/android/tests/expectations/tool/Android.mk
41b824135d89e879b5430bdc0cea1c3d8fd37498 01-May-2015 Ying Wang <wangying@google.com> Delete use of $(shell) in Android.mks.

It's terribly wrong to call $(shell) to copy over files in Android.mks,
because the $(shell) is run everytime you run make.
Instead we can create symlinks with DATA in the path, required by
the testing infrastruture.

Change-Id: Iff6d4ff63726dd4eb9cd04e0256f28f0f83f388a
/external/skia/platform_tools/android/tests/expectations/tool/Android.mk
f056bd1e01078c02b35d00c22d55ef52b017ef7f 23-Feb-2015 djsollen <djsollen@google.com> Ensure that skia's test resources are properly packaged on Android

Review URL: https://codereview.chromium.org/949853003
/external/skia/platform_tools/android/tests/expectations/tool/Android.mk
9d7ceca35064b71e13e498da7e641e69b97bf4cf 12-Feb-2015 scroggo <scroggo@google.com> Generated makefile now includes people to contact.

Review URL: https://codereview.chromium.org/917913004
/external/skia/platform_tools/android/tests/expectations/tool/Android.mk
8338a9a855cf5e5127dcb62e48d5036b1ad2f29b 12-Nov-2014 scroggo <scroggo@google.com> Reland "Move from libstlport to libc++ for Android framework builds" (patchset #1 id:1 of https://codereview.chromium.org/718793003/)

> Original issue's description:
> > Move from libstlport to libc++ for Android framework builds
> >
> > Committed: https://skia.googlesource.com/skia/+/ce259510a738fab05a0d456440104f5aba1c9d72
>
> TBR=tomhudson@google.com,djsollen@google.com
> NOTREECHECKS=true
> NOTRY=true
>
> Committed: https://skia.googlesource.com/skia/+/3c3fe7ce4893204eb8bcf885e8a1d539763bca5d

TBR=tomhudson@google.com,djsollen@google.com
NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/717303002
/external/skia/platform_tools/android/tests/expectations/tool/Android.mk
3c3fe7ce4893204eb8bcf885e8a1d539763bca5d 11-Nov-2014 scroggo <scroggo@google.com> Revert of Move from libstlport to libc++ for Android framework builds (patchset #1 id:1 of https://codereview.chromium.org/714113002/)

Reason for revert:
The code this depends on is not ready yet. We can submit once https://android-review.googlesource.com/#/c/113924/ is submitted.

Original issue's description:
> Move from libstlport to libc++ for Android framework builds
>
> Committed: https://skia.googlesource.com/skia/+/ce259510a738fab05a0d456440104f5aba1c9d72

TBR=tomhudson@google.com,djsollen@google.com
NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/718793003
/external/skia/platform_tools/android/tests/expectations/tool/Android.mk
ce259510a738fab05a0d456440104f5aba1c9d72 11-Nov-2014 djsollen <djsollen@google.com> Move from libstlport to libc++ for Android framework builds

Review URL: https://codereview.chromium.org/714113002
/external/skia/platform_tools/android/tests/expectations/tool/Android.mk
978d37b343e7de470ce47017ee2b43fc04ea2061 07-Nov-2014 scroggo <scroggo@google.com> Add LOCAL_PICKUP_FILES to dm and bench makefiles.

Update the generator to include a line for LOCAL_PICKUP_FILES. When
generating makefiles for our tests, they will now have the following line:

LOCAL_PICKUP_FILES := \
$(LOCAL_PATH)/../resources

This allows testing infrastructure to pick up resource files used by
our tests.

Update expectations files to test LOCAL_PICKUP_FILES.

BUG=skia:2454

Review URL: https://codereview.chromium.org/704393002
/external/skia/platform_tools/android/tests/expectations/tool/Android.mk
f50a79366f49fdc5ea726c74642ad6a706f1fe64 08-Jul-2014 scroggo <scroggo@google.com> 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
/external/skia/platform_tools/android/tests/expectations/tool/Android.mk
d6656854697b2039fb88a4afd6bc1995bf6dfa02 28-Apr-2014 commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> Generate tests/Android.mk from gyp

gyp/apptype_console.gypi:
Don't include console app dependencies when building for Android framework.

gyp/tests.gyp:
Add/remove libraries for framework build.

platform_tools/android/bin/android_framework_gyp.py:
Moved to gyp_gen.
clean_up_gypd_files moved to this script.

platform_tools/android/bin/gyp_to_android.py:
Call new function for generating tool makefile.
Set LOCAL_MODULE.

platform_tools/android/gyp_gen/gypd_parser.py:
Support relative paths.

platform_tools/android/gyp_gen/makefile_writer.py:
Factor out helper functions to be used by tool writer.
LOCAL_MODULE is set elsewhere.

platform_tools/android/gyp_gen/tool_makefile_writer.py:
Multipurpose file for writing makefiles for tools. Should be able to use
it mostly unchanged for bench, gm, etc.

platform_tools/android/gyp_gen/vars_dict_lib.py:
Make the comments follow the style guide.
Add set().
Rename __li to __ordered_set

More/update tests:
platform_tools/android/tests/android_framework_gyp_tests.py
platform_tools/android/tests/expectations/Android.mk
platform_tools/android/tests/expectations/tool/Android.mk
platform_tools/android/tests/expectations/write_local_vars_append_arm
platform_tools/android/tests/expectations/write_local_vars_append_foo
platform_tools/android/tests/expectations/write_local_vars_append_no_name
platform_tools/android/tests/expectations/write_local_vars_no_append_arm
platform_tools/android/tests/expectations/write_local_vars_no_append_foo
platform_tools/android/tests/expectations/write_local_vars_no_append_no_name
platform_tools/android/tests/gyp_to_android_tests.py
platform_tools/android/tests/makefile_writer_tests.py
platform_tools/android/tests/ordered_set_tests.py
platform_tools/android/tests/test_variables.py

BUG=skia:2447

May require an update to the bot to remove pyc files.

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

Author: scroggo@google.com

Review URL: https://codereview.chromium.org/235883015

git-svn-id: http://skia.googlecode.com/svn/trunk@14408 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/platform_tools/android/tests/expectations/tool/Android.mk