libwg-go: don't forget to include jni calls
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
164ec1e31d
commit
e7fd53b809
@ -17,8 +17,8 @@ android {
|
|||||||
applicationId 'com.wireguard.android'
|
applicationId 'com.wireguard.android'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 442
|
versionCode 443
|
||||||
versionName '0.0.20181031'
|
versionName '0.0.20181103'
|
||||||
buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel"
|
buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel"
|
||||||
}
|
}
|
||||||
// If the keystore file exists
|
// If the keystore file exists
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Copyright © 2017-2018 WireGuard LLC. All Rights Reserved.
|
# Copyright © 2017-2018 WireGuard LLC. All Rights Reserved.
|
||||||
|
|
||||||
UPSTREAM_FILES := $(filter-out %/main.go %/queueconstants.go,$(wildcard ../wireguard-go/*/*.go) $(wildcard ../wireguard-go/*.go)) ../wireguard-go/go.mod ../wireguard-go/go.sum
|
UPSTREAM_FILES := $(filter-out %/main.go %/queueconstants.go,$(wildcard ../wireguard-go/*/*.go) $(wildcard ../wireguard-go/*.go)) ../wireguard-go/go.mod ../wireguard-go/go.sum
|
||||||
DOWNSTREAM_FILES := $(wildcard src/*.go) $(wildcard src/*/*.go)
|
DOWNSTREAM_FILES := $(wildcard src/*.go) $(wildcard src/*.c) $(wildcard src/*/*.go)
|
||||||
|
|
||||||
BUILDDIR ?= $(CURDIR)/build
|
BUILDDIR ?= $(CURDIR)/build
|
||||||
DESTDIR ?= $(CURDIR)/out
|
DESTDIR ?= $(CURDIR)/out
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 8be1fc9c00407b85073ed66d95f12202df674ccb
|
Subproject commit b803276061b23076aa9dad8a5683973c0a51ac50
|
Loading…
Reference in New Issue
Block a user