Skip to content

Instantly share code, notes, and snippets.

@Morfly
Last active February 20, 2022 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Morfly/52b9a341bd99b80b933ec415057cd01b to your computer and use it in GitHub Desktop.
Save Morfly/52b9a341bd99b80b933ec415057cd01b to your computer and use it in GitHub Desktop.
load("@rules_android//android:rules.bzl", "android_library")
android_library(
name = "my-feature",
srcs = ["src/io/morfly/bfa/MyFeature.java"],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment