[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] have to build pdnsd as an executable, then rename it to libpdnsd.so
commit 6afd54bf1dccbd0e81aff9c93848859474d9ee8a
Author: n8fr8 <nathan@xxxxxxxxxxxxxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits