Skip to content

Commit

Permalink
Merge branch 'master' into vpn-app-selection-ui-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
lexi committed Feb 27, 2018
2 parents a3f1697 + eddcba6 commit e459ec0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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.
Expand Down
7 changes: 7 additions & 0 deletions orbotservice/src/main/jni/Android.mk
Expand Up @@ -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
########################################################
Expand Down

0 comments on commit e459ec0

Please sign in to comment.