summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-23 23:22:18 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-23 23:22:18 +0000
commit1f7d59273142bbf4957657c794b098219c712f83 (patch)
tree9812fe219fee6abdf2ecb1cbf78a4e98da25688e
parent3340b2bfdabec59add665d49ace896ea1f3fe97d (diff)
parent0f48cc3b7fab77a7b03aa6e725355856d9a0eca8 (diff)
downloadsample-sdk-release.tar.gz
Snap for 11754915 from 0f48cc3b7fab77a7b03aa6e725355856d9a0eca8 to sdk-releasesdk-release
Change-Id: I93a197e6e0aca64612ed20e63918e57f268b07b1
-rw-r--r--stats-test/usertests-inc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/stats-test/usertests-inc.mk b/stats-test/usertests-inc.mk
index 102d0ea..009c277 100644
--- a/stats-test/usertests-inc.mk
+++ b/stats-test/usertests-inc.mk
@@ -13,8 +13,10 @@
# limitations under the License.
#
+ifeq (true,$(call TOBOOL,$(STORAGE_ENABLE_ERROR_REPORTING)))
TRUSTY_USER_TESTS += \
trusty/user/app/sample/stats-test \
trusty/user/app/sample/stats-test/consumer \
trusty/user/app/sample/stats-test/relayer \
+endif