Loading core/tests/hosttests/test-apps/DownloadManagerTestApp/Android.mk +1 −3 Original line number Diff line number Diff line Loading @@ -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) Loading
core/tests/hosttests/test-apps/DownloadManagerTestApp/Android.mk +1 −3 Original line number Diff line number Diff line Loading @@ -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)