Skip to content

Instantly share code, notes, and snippets.

@Morfly
Last active March 22, 2021 08:37
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/7a8b59b514b5f8d7115f18e7214353ad to your computer and use it in GitHub Desktop.
Save Morfly/7a8b59b514b5f8d7115f18e7214353ad to your computer and use it in GitHub Desktop.
android_binary(
name = "app",
custom_package = "com.morfly.helloworld",
manifest = "AndroidManifest.xml",
srcs = ["java/com/morfly/helloworld/MainActivity.java"],
resource_files = glob(["res/**"]),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment