[tor-commits] [orbot/master] have to build pdnsd as an executable, then rename it to libpdnsd.so

n8fr8 at torproject.org n8fr8 at torproject.org
Wed Dec 22 21:55:08 UTC 2021


commit 6afd54bf1dccbd0e81aff9c93848859474d9ee8a
Author: n8fr8 <nathan at guardianproject.info>
Date:   Fri Jul 9 16:20:32 2021 -0400

    have to build pdnsd as an executable, then rename it to libpdnsd.so
---
 orbotservice/src/main/jni/Android.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/orbotservice/src/main/jni/Android.mk b/orbotservice/src/main/jni/Android.mk
index 3d32a41b..123954ff 100644
--- a/orbotservice/src/main/jni/Android.mk
+++ b/orbotservice/src/main/jni/Android.mk
@@ -29,8 +29,8 @@ LOCAL_MODULE    := pdnsd
 LOCAL_SRC_FILES := $(PDNSD_SOURCES:$(LOCAL_PATH)/%=%)
 LOCAL_CFLAGS    := -Wall -O2 -I$(LOCAL_PATH)/pdnsd -DHAVE_STPCPY
 
-
-include $(BUILD_SHARED_LIBRARY)
+include $(BUILD_EXECUTABLE)
+##include $(BUILD_SHARED_LIBRARY)
 
 ########################################################
 ## libancillary





More information about the tor-commits mailing list