mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
update links from https://github.com/flutter/engine/pull/24766 (flutter/engine#24818)
This commit is contained in:
parent
6de6982fa9
commit
c0b9da55ea
@ -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
|
||||
|
||||
@ -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).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user