commit | 918988c1ce5af002d41c7ac37f3fa490558b0c90 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Mon May 19 10:28:35 2014 -0700 |
committer | John Reck <jreck@google.com> | Mon May 19 15:28:05 2014 -0700 |
tree | 86f781960d7997eb0e34f21a0895815cfb240d19 | |
parent | 3a9f0175ba77498d821a75f710a523a2b83f7c17 [diff] [blame] |
Baby steps Run ViewPropertyAnimators with no listeners on the RenderThread Change-Id: I7ff5300db96c7f4b59b09e3fff8a0df173f132dd
diff --git a/tests/RenderThreadTest/Android.mk b/tests/RenderThreadTest/Android.mk index bdcba2e..e07e943 100644 --- a/tests/RenderThreadTest/Android.mk +++ b/tests/RenderThreadTest/Android.mk
@@ -1,7 +1,7 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) -LOCAL_MODULE_TAGS := optional +LOCAL_MODULE_TAGS := tests # Only compile source java files in this apk. LOCAL_SRC_FILES := $(call all-java-files-under, src)