view gara/android/tutorial/BUILD @ 62:ea9ef388ab97

[Seobeo] Fixed issues with epoll or kqeue in different threads. Initizlied the event looop inside of the thread itself.
author June Park <parkjune1995@gmail.com>
date Tue, 23 Dec 2025 11:48:11 -0800
parents b9a40c633c93
children 75de5903355c
line wrap: on
line source

load("@rules_android//rules:rules.bzl", "android_binary")

android_binary(
    name = "app",
    manifest = "//gara/android/tutorial/src/main/java/com/example/bazel:AndroidManifest.xml",
    deps = ["//gara/android/tutorial/src/main/java/com/example/bazel:greeter_activity"],
)