summaryrefslogtreecommitdiffstats
path: root/core/tests
diff options
context:
space:
mode:
authorTsu Chiang Chuang <tsu@google.com>2012-09-20 15:35:00 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-20 15:35:00 -0700
commit6cc5d7fc0b23305fb7a3216b814d96d1ebab76d7 (patch)
tree713758ee45d868056e3f48edb884a0e450167fe2 /core/tests
parentc1ec220c4b3f518d74be91b7a69fb42af6642ad1 (diff)
parent0cfb73de1c472a2cfd1928f9fc7651af70a1b686 (diff)
downloadframeworks_base-6cc5d7fc0b23305fb7a3216b814d96d1ebab76d7.zip
frameworks_base-6cc5d7fc0b23305fb7a3216b814d96d1ebab76d7.tar.gz
frameworks_base-6cc5d7fc0b23305fb7a3216b814d96d1ebab76d7.tar.bz2
Merge "fix broken user build: do not throw an error when in user flavor." into jb-mr1-dev
Diffstat (limited to 'core/tests')
-rw-r--r--core/tests/hosttests/test-apps/DownloadManagerTestApp/Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/tests/hosttests/test-apps/DownloadManagerTestApp/Android.mk b/core/tests/hosttests/test-apps/DownloadManagerTestApp/Android.mk
index c0d3d60..a288058 100644
--- a/core/tests/hosttests/test-apps/DownloadManagerTestApp/Android.mk
+++ b/core/tests/hosttests/test-apps/DownloadManagerTestApp/Android.mk
@@ -26,10 +26,8 @@ LOCAL_SDK_VERSION := current
LOCAL_PACKAGE_NAME := DownloadManagerTestApp
ifneq ($(TARGET_BUILD_VARIANT),user)
-# Need to run as system app to get access to Settings.
+# Need to run as system app to get access to Settings. This test won't work for user builds.
LOCAL_CERTIFICATE := platform
-else
-$(error "This test app will fail to run unless it is built in non-user mode.")
endif
include $(BUILD_PACKAGE)