Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb9c9c7b authored by Yike's avatar Yike Committed by Yike Zhang
Browse files

Add a missing test dependency for UpdatableSystemFontTest

In Android.bp, all dependencies of a test should be declared explicitly, so that test infrastructure could only provide the needed dependencies instead of all to run a test. This change adds the missing dependency that is used in test config file but not declared in Android.bp.

Bug: 222438068
Test: atest-src UpdatableSystemFontTest \
          --experimental-device-driven-test \
          --experimental-java-runtime-dependencies \
          --bazel-arg=--test_timeout=48000
Test: atest UpdatableSystemFontTest
Merged-In: Ic1b5b94aabd4c95744109f2cc7443ae04c43b3a6
Change-Id: Ie23b74f37af3019e50753e2169752abadbf3e0fa
parent a303ea13
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -37,6 +37,7 @@ android_test {
        "vts",
        "vts",
    ],
    ],
    data: [
    data: [
        ":EmojiRenderingTestApp",
        ":NotoColorEmojiTtf",
        ":NotoColorEmojiTtf",
        ":UpdatableSystemFontTestCertDer",
        ":UpdatableSystemFontTestCertDer",
        ":UpdatableSystemFontTestNotoColorEmojiTtfFsvSig",
        ":UpdatableSystemFontTestNotoColorEmojiTtfFsvSig",