From 858fe5ff75b9c89d90f6759fa0560fd7bce26d6e Mon Sep 17 00:00:00 2001 From: Xiao Yu Date: Fri, 5 Mar 2021 09:58:26 -0800 Subject: [PATCH] update links from https://github.com/flutter/engine/pull/24766 --- shell/platform/android/robolectric.properties | 2 +- shell/platform/android/test/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/shell/platform/android/robolectric.properties b/shell/platform/android/robolectric.properties index a1bebb3f0780d..4098ca3a5a4d4 100644 --- a/shell/platform/android/robolectric.properties +++ b/shell/platform/android/robolectric.properties @@ -1,4 +1,4 @@ -# Match the value at shell/platform/android/embedding_bundle/build.gradle. +# Match the value at tools/cipd/android_embedding_bundle/build.gradle. # TODO(https://github.com/flutter/flutter/issues/57655): figure out # what's wrong with sdk=29. sdk=28 diff --git a/shell/platform/android/test/README.md b/shell/platform/android/test/README.md index 2958b4323f6f4..2186aa1886999 100644 --- a/shell/platform/android/test/README.md +++ b/shell/platform/android/test/README.md @@ -14,7 +14,7 @@ integration tests in other repos. `shell/platform/android/**test**/io/flutter/util/Preconditions**Test**.java`. 2. Add your file to the `sources` of the `robolectric_tests` build target in `/shell/platform/android/BUILD.gn`. This compiles the test class into the - test jar. + test jar. 3. Import your test class and add it to the `@SuiteClasses` annotation in `FlutterTestSuite.java`. This makes sure the test is actually executed at run time. @@ -25,8 +25,8 @@ integration tests in other repos. ### My new test won't run. There's a "ClassNotFoundException". -See [Updating Embedding Dependencies](../embedding_bundle). +See [Updating Embedding Dependencies](/tools/cipd/android_embedding_bundle). ### My new test won't compile. It can't find one of my imports. -See [Updating Embedding Dependencies](../embedding_bundle). +See [Updating Embedding Dependencies](/tools/cipd/android_embedding_bundle).