summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9003dc3..be39da0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,13 @@
build: app/java/src/*.java
bazel build //app/java:dnsproxy
-watch:
- ibazel build //app/java:dnsproxy
+dev:
+ bazel mobile-install //app/java:dnsproxy --start_app #--debug_app --java_debug
install:
- adb install bazel-bin/app/java/dnsproxy.apk
- #bazel mobile-install //app/java:dnsproxy
+ bazel mobile-install //app/java:dnsproxy
+ #adb install bazel-bin/app/java/dnsproxy.apk
+
+emulate:
+ # avdmanager create --name dnsproxy -k "system-images;android-28;google_apis_playstore;x86_64"
+ emulator @dnsproxy -no-boot-anim