mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Projucer: Add an option to enable clang-tidy in Android builds
This commit is contained in:
parent
9b131c9628
commit
e37d70934a
6 changed files with 35 additions and 7 deletions
|
|
@ -1,8 +1,10 @@
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
def ndkVersionString = "25.2.9519653"
|
||||
|
||||
android {
|
||||
compileSdkVersion 33
|
||||
ndkVersion "25.2.9519653"
|
||||
ndkVersion ndkVersionString
|
||||
namespace "com.rmsl.jucedemorunner"
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue