[orbot/master] Build pdnsd as shared library

commit e07c31297642cf73973100177f312162bb76377c Author: syphyr <syphyr@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
participants (1)
-
n8fr8@torproject.org