[tor-commits] [orbot/master] Fix lost asset:

n8fr8 at torproject.org n8fr8 at torproject.org
Sat May 12 04:50:44 UTC 2018


commit 3b7aafd843f047988157220341970bd18f0beb42
Author: goapunk <noobie at goapunks.net>
Date:   Sun Feb 11 17:46:40 2018 +0100

    Fix lost asset:
    
    * Modify Android.mk to zip and move pdnsd to the assets folder
    
    Signed-off-by: goapunk <noobie at goapunks.net>
---
 orbotservice/src/main/jni/Android.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/orbotservice/src/main/jni/Android.mk b/orbotservice/src/main/jni/Android.mk
index c4448dbc..d7630409 100644
--- a/orbotservice/src/main/jni/Android.mk
+++ b/orbotservice/src/main/jni/Android.mk
@@ -31,6 +31,13 @@ LOCAL_CFLAGS    := -Wall -O2 -I$(LOCAL_PATH)/pdnsd -DHAVE_STPCPY
 
 include $(BUILD_EXECUTABLE)
 
+.PHONY: $(CopyToAssets)
+
+CopyToAssets: libs/armeabi/pdnsd
+    $(shell mkdir -p assets/armeabi)
+    $(shell zip assets/armeabi/pdnsd.mp3 libs/armeabi/pdnsd)
+
+
 ########################################################
 ## libancillary
 ########################################################





More information about the tor-commits mailing list