Skip to content

Commit

Permalink
Fix AndroidManifest typo in storage bazel build.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 351211645
  • Loading branch information
brettchabot authored and copybara-androidxtest committed Jan 11, 2021
1 parent f0bb875 commit bb8fdde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ android_local_test(
size = "small",
srcs = ["ShellCommandClientTest.java"],
tags = ["robolectric"],
manifest = "AndroidManifest_opensource.xml",
deps = [
"//runner/android_junit_runner",
"//services/shellexecutor:exec_client",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android_library(
"internal/InternalTestStorage.java",
"internal/TestStorageUtil.java",
],
manifest = "AndroidManidfest.xml",
manifest = "AndroidManifest.xml",
deps = [
":experimental_storage_annotation",
"//runner/monitor",
Expand Down

0 comments on commit bb8fdde

Please sign in to comment.