Skip to content
Snippets Groups Projects
Commit 00a391ce authored by Abandoned Cart's avatar Abandoned Cart
Browse files

android: Resolve a couple Gradle warnings

parent 42074dc6
No related branches found
No related tags found
No related merge requests found
// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
import android.annotation.SuppressLint
plugins {
id("com.android.application")
id("org.jetbrains.kotlin.android")
......@@ -35,7 +37,7 @@ android {
jvmTarget = "17"
}
packagingOptions {
packaging {
// This is necessary for libadrenotools custom driver loading
jniLibs.useLegacyPackaging = true
}
......@@ -58,6 +60,7 @@ android {
versionName = getGitVersion()
ndk {
@SuppressLint("ChromeOsAbiSupport")
abiFilters += listOf("arm64-v8a")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment