aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/build.gradle
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2023-03-21 16:51:18 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2023-03-22 15:02:54 +0100
commit3ab1f94514bae96bde387435cea72472e3782b56 (patch)
tree0f2c60e4d2b0767b87e679a00082f5738d2ad485 /ui/build.gradle
parenttools: use __ANDROID_MIN_SDK_VERSION__ instead of __ANDROID_API__ (diff)
downloadwireguard-android-3ab1f94514bae96bde387435cea72472e3782b56.tar.xz
wireguard-android-3ab1f94514bae96bde387435cea72472e3782b56.zip
tools: compile with latest NDK
The -mthumb -> -marm hack is unfortunate. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--ui/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/build.gradle b/ui/build.gradle
index 67f2a5c3..a5e7b4fa 100644
--- a/ui/build.gradle
+++ b/ui/build.gradle
@@ -13,7 +13,6 @@ final def keystorePropertiesFile = rootProject.file("keystore.properties")
android {
compileSdk 33
- ndkVersion "21.4.7075529"
buildFeatures {
buildConfig = true
dataBinding = true