[tor-commits] [orbot/master] Build pdnsd as shared library
n8fr8 at torproject.org
n8fr8 at torproject.org
Wed Dec 22 21:55:08 UTC 2021
commit e07c31297642cf73973100177f312162bb76377c
Author: syphyr <syphyr at gmail.com>
Date: Thu Jun 24 20:32:24 2021 +0200
Build pdnsd as shared library
The pdnsd executable must be in the form of libpdnsd.so,
otherwise, it is not included in the apk files.
---
orbotservice/src/main/jni/Android.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/orbotservice/src/main/jni/Android.mk b/orbotservice/src/main/jni/Android.mk
index 10accb58..3d32a41b 100644
--- a/orbotservice/src/main/jni/Android.mk
+++ b/orbotservice/src/main/jni/Android.mk
@@ -30,7 +30,7 @@ LOCAL_SRC_FILES := $(PDNSD_SOURCES:$(LOCAL_PATH)/%=%)
LOCAL_CFLAGS := -Wall -O2 -I$(LOCAL_PATH)/pdnsd -DHAVE_STPCPY
-include $(BUILD_EXECUTABLE)
+include $(BUILD_SHARED_LIBRARY)
########################################################
## libancillary
More information about the tor-commits
mailing list