Mercurial
annotate gara/android/tutorial/BUILD @ 52:636eab07809d
Fixed dowa memory problems. Add few more utility functions.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Fri, 19 Dec 2025 13:30:30 -0800 |
| parents | b9a40c633c93 |
| children | 75de5903355c |
| rev | line source |
|---|---|
|
46
b9a40c633c93
[Gara] Adding sample android app which will be use C logic for peer to peer connection.
MrJuneJune <me@mrjunejune.com>
parents:
diff
changeset
|
1 load("@rules_android//rules:rules.bzl", "android_binary") |
|
b9a40c633c93
[Gara] Adding sample android app which will be use C logic for peer to peer connection.
MrJuneJune <me@mrjunejune.com>
parents:
diff
changeset
|
2 |
|
b9a40c633c93
[Gara] Adding sample android app which will be use C logic for peer to peer connection.
MrJuneJune <me@mrjunejune.com>
parents:
diff
changeset
|
3 android_binary( |
|
b9a40c633c93
[Gara] Adding sample android app which will be use C logic for peer to peer connection.
MrJuneJune <me@mrjunejune.com>
parents:
diff
changeset
|
4 name = "app", |
|
b9a40c633c93
[Gara] Adding sample android app which will be use C logic for peer to peer connection.
MrJuneJune <me@mrjunejune.com>
parents:
diff
changeset
|
5 manifest = "//gara/android/tutorial/src/main/java/com/example/bazel:AndroidManifest.xml", |
|
b9a40c633c93
[Gara] Adding sample android app which will be use C logic for peer to peer connection.
MrJuneJune <me@mrjunejune.com>
parents:
diff
changeset
|
6 deps = ["//gara/android/tutorial/src/main/java/com/example/bazel:greeter_activity"], |
|
b9a40c633c93
[Gara] Adding sample android app which will be use C logic for peer to peer connection.
MrJuneJune <me@mrjunejune.com>
parents:
diff
changeset
|
7 ) |