1
0
Fork 0
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:
Tom Poole 2023-08-31 12:21:51 +01:00
parent 9b131c9628
commit e37d70934a
6 changed files with 35 additions and 7 deletions

View file

@ -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 {