diff --git a/INSTALL b/INSTALL index e1a789806..1624d1a2a 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ Orbot: Android Onion Routing Robot *********************************************** -Android is a freely licensed open-source application developed for the +Orbot is a freely licensed open-source application developed for the Android platform. It acts as a front-end to the Tor binary application, and also provides an HTTP Proxy for connecting web browsers and other HTTP client applications into the Tor SOCKS interface. diff --git a/orbotservice/src/main/jni/Android.mk b/orbotservice/src/main/jni/Android.mk index c4448dbc8..d7630409d 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 ########################################################