commit | 6284c6211527ed1ad5836db84034e217d0c72a2f | [log] [tgz] |
---|---|---|
author | Max Weninger <max.weninger@gmail.com> | Fri Nov 15 19:49:33 2019 +0100 |
committer | maxwen <max.weninger@gmail.com> | Sat Dec 07 00:50:00 2019 +0100 |
tree | d3253c2d1bbcccd1bd4cd49c27a626c09cf40b46 | |
parent | 2b56371fc1682e96e203e29d7715e8a0e2ccf044 [diff] [blame] |
Allow building vncpasswd and add new option to vncpasswd to provide pasword and file on the cmdline without prompting
diff --git a/unix/Android.mk b/unix/Android.mk new file mode 100644 index 0000000..ea7451c --- /dev/null +++ b/unix/Android.mk
@@ -0,0 +1,3 @@ +LOCAL_PATH := $(call my-dir) + +include $(call first-makefiles-under,$(LOCAL_PATH))