Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Makefile: remember to javah for DnsApi
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Dec 13, 2015
1 parent 80fd30d commit c83e827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ javah:
@cd jni && $(JAVAH) -cp ../java $(PACKAGE).sync.OoniSyncApi
@cd jni && $(JAVAH) -cp ../java $(PACKAGE).sync.PortolanSyncApi
@cd jni && $(JAVAH) -cp ../java $(PACKAGE).LoggerApi
@cd jni && $(JAVAH) -cp ../java $(PACKAGE).DnsApi

jni-libs-no-unpack:
$(NDK_BUILD) NDK_LIBS_OUT=./jniLibs
Expand Down

0 comments on commit c83e827

Please sign in to comment.