diff options
author | Joe Onorato <joeo@android.com> | 2009-12-08 14:08:51 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-12-08 14:08:51 -0800 |
commit | b43b5deff30d0ba77ea5b93d3e74507bfe2528be (patch) | |
tree | aeca00af550e44c8b5d362d50cb572e1f6dc10aa /tests | |
parent | 3f40bd48d278a40603f3f7d7b9d602ecbc09246d (diff) | |
parent | 0d8055e51ce2666875e14c53e14765f673172b1c (diff) | |
download | frameworks_base-b43b5deff30d0ba77ea5b93d3e74507bfe2528be.zip frameworks_base-b43b5deff30d0ba77ea5b93d3e74507bfe2528be.tar.gz frameworks_base-b43b5deff30d0ba77ea5b93d3e74507bfe2528be.tar.bz2 |
am 0d8055e5: Paper over 2275704 by not having LotsOfApps installed on the monkeys builds.
Merge commit '0d8055e51ce2666875e14c53e14765f673172b1c' into eclair-mr2
* commit '0d8055e51ce2666875e14c53e14765f673172b1c':
Paper over 2275704 by not having LotsOfApps installed on the monkeys builds.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/LotsOfApps/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/LotsOfApps/Android.mk b/tests/LotsOfApps/Android.mk index 3019f5c..8d0cfa3 100644 --- a/tests/LotsOfApps/Android.mk +++ b/tests/LotsOfApps/Android.mk @@ -1,7 +1,7 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) -LOCAL_MODULE_TAGS := tests +LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(call all-subdir-java-files) |