summaryrefslogtreecommitdiff
path: root/tests/UpdatableSystemFontTest/Android.bp
diff options
context:
space:
mode:
author Yike <yikezh@google.com> 2022-07-25 16:43:38 +0800
committer Yike <yikezh@google.com> 2022-07-25 16:43:38 +0800
commitcdb5fe34c86df1cb9e54231b902ab4baeab5fb06 (patch)
tree87a11cadc3cfed48f7bd58a50cdfcab1658bb888 /tests/UpdatableSystemFontTest/Android.bp
parent461369d570b5635d16ab8687e69e67e68b33a887 (diff)
Add a missing dependency for UpdatableSystemFontTest
All of a test's dependencies should be explicitly declared in the Soong build module to enable infrastructure features that ensure correctness and optimize runtime. Here UpdatableSystemFontTest uses EmojiRenderingTestApp, but it doesn't declare the dependency in its Soong build module. This change declares EmojiRenderingTestApp in UpdatableSystemFontTest's `data` attribute. Bug: 222438068 Test: atest-src UpdatableSystemFontTest \ --experimental-device-driven-test \ --experimental-java-runtime-dependencies \ --bazel-arg=--test_timeout=48000 Test: atest UpdatableSystemFontTest Change-Id: Ic1b5b94aabd4c95744109f2cc7443ae04c43b3a6
Diffstat (limited to 'tests/UpdatableSystemFontTest/Android.bp')
-rw-r--r--tests/UpdatableSystemFontTest/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/UpdatableSystemFontTest/Android.bp b/tests/UpdatableSystemFontTest/Android.bp
index 9a9e42bfc300..9bfcc18ee301 100644
--- a/tests/UpdatableSystemFontTest/Android.bp
+++ b/tests/UpdatableSystemFontTest/Android.bp
@@ -37,6 +37,7 @@ android_test {
"vts",
],
data: [
+ ":EmojiRenderingTestApp",
":UpdatableSystemFontTestCertDer",
":UpdatableSystemFontTest_NotoColorEmoji.ttf",
":UpdatableSystemFontTest_NotoColorEmoji.sig",