Skip to content

Commit

Permalink
Add BUILD file usage instructions to release notes.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 659566707
Change-Id: Ib4389c6604d9833861a4d59ebe8ec803fa239691
  • Loading branch information
ted-xie authored and copybara-github committed Aug 5, 2024
1 parent 76e2084 commit 4ecc190
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,22 @@ EOF

awk 'f;/--SNIP--/{f=1}' examples/basicapp/WORKSPACE
echo "\`\`\`"

cat << EOF
## In BUILD
Load the rules from \`rules_android\`:
\`\`\`starlark
load("@rules_android//rules:rules.bzl", "android_binary", "android_library")
android_binary(
...
)
android_library(
...
)
\`\`\`
EOF

0 comments on commit 4ecc190

Please sign in to comment.