build: untrack local.properties and remove it from source

ndk.dir’s setting is local to your system: file local.properties is Studio generated file; as the name implies, it is local to your development machine , and should not be distributed with source code.
ndk.dir is being deprecated from AGP 4.1+.
The ANDROID_NDK_HOME environment variable was deprecated from AGP 3.6+.
refs: https://github.com/android/ndk-samples/wiki/Configure-NDK-Path
This commit is contained in:
Emanuele Disco 2023-02-07 12:49:40 +09:00
parent 6acdb02760
commit 82fe125116
2 changed files with 1 additions and 10 deletions

2
.gitignore vendored
View file

@ -34,8 +34,8 @@ Projects/Android/.externalNativeBuild/*
*.ser
Projects/Android/.idea/*
.gradle/*
**/local.properties
Projects/Android/.gradle/*
Projects/Android/Android.iml
Projects/Android/local.properties
Projects/Android/libs/arm64-v8a/libopenxr_loader_meta.so
Projects/Android/libs/arm64-v8a/libopenxr_loader_pico.so

View file

@ -1,9 +0,0 @@
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Thu Dec 12 20:21:11 GMT 2019
ndk.dir=C\:\\Users\\Simon\\AppData\\Local\\Android\\Sdk\\ndk\\21.1.6352462
sdk.dir=C\:\\Users\\Simon\\AppData\\Local\\Android\\Sdk