Skip to content

Commit 3115eee

Browse files
janakdrcopybara-github
authored andcommitted
Merge #358 by janakdr: Add comment that local_path_override should be removed when building as a standalone project
Add comment suggested by @ted-xie to clarify that local_path_override should be removed when building this app as a standalone project. Closes #358 COPYBARA_INTEGRATE_REVIEW=#358 from janakdr:patch-1 5a1e716 PiperOrigin-RevId: 749065555 Change-Id: I18eb2fd499465e2aa98c42806c221d59da9295ef
1 parent 77b73cc commit 3115eee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/basicapp/MODULE.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ bazel_dep(
1010
version = "0.6.3",
1111
)
1212

13+
14+
# Local override to enable this app to be used for rules_android presubmit
15+
# integration testing. If you're basing your app's MODULE file on this
16+
# example, you do *not* need the following override.
1317
local_path_override(
1418
module_name = "rules_android",
1519
path = "../../",

0 commit comments

Comments
 (0)