We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1ec220 + 0cfb73d commit 6cc5d7fCopy full SHA for 6cc5d7f
core/tests/hosttests/test-apps/DownloadManagerTestApp/Android.mk
@@ -26,10 +26,8 @@ LOCAL_SDK_VERSION := current
26
LOCAL_PACKAGE_NAME := DownloadManagerTestApp
27
28
ifneq ($(TARGET_BUILD_VARIANT),user)
29
-# 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.
30
LOCAL_CERTIFICATE := platform
31
-else
32
-$(error "This test app will fail to run unless it is built in non-user mode.")
33
endif
34
35
include $(BUILD_PACKAGE)
0 commit comments