Skip to content

Commit

Permalink
Fix lost asset:
Browse files Browse the repository at this point in the history
* Modify Android.mk to zip and move pdnsd to the assets folder

Signed-off-by: goapunk <noobie@goapunks.net>
  • Loading branch information
goapunk committed Feb 11, 2018
1 parent fb912d7 commit 3b7aafd
Showing 1 changed file with 7 additions and 0 deletions.
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 3b7aafd

Please sign in to comment.