-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
17 changed files
with
164 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
sdk.dir=/home/malik/.android | ||
ndk.dir=/home/malik/.android/ndk-bundle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"allAbis": [ | ||
"armeabi-v7a", | ||
"arm64-v8a" | ||
], | ||
"validAbis": [ | ||
"ARMEABI_V7A", | ||
"ARM64_V8A" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
21 changes: 21 additions & 0 deletions
21
engine/android/app/.cxx/abi_configuration_3b6j5l4y_key.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"ndkHandlerSupportedAbis": [ | ||
"ARMEABI_V7A", | ||
"ARM64_V8A", | ||
"X86", | ||
"X86_64" | ||
], | ||
"ndkHandlerDefaultAbis": [ | ||
"ARMEABI_V7A", | ||
"ARM64_V8A", | ||
"X86", | ||
"X86_64" | ||
], | ||
"externalNativeBuildAbiFilters": [ | ||
"armeabi-v7a", | ||
"arm64-v8a" | ||
], | ||
"ndkConfigAbiFilters": [], | ||
"splitsFilterAbis": [], | ||
"ideBuildOnlyTargetAbi": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"ndk": "/home/malik/.android/ndk/21.1.6352462", | ||
"revision": { | ||
"mMajor": 21, | ||
"mMinor": 1, | ||
"mMicro": 6352462, | ||
"mPreview": 0, | ||
"mPrecision": "MICRO", | ||
"mPreviewSeparator": " " | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[ | ||
{ | ||
"level": "INFO", | ||
"message": "android.ndkVersion from module build.gradle is [not set]" | ||
}, | ||
{ | ||
"level": "INFO", | ||
"message": "android.ndkPath from module build.gradle is not set" | ||
}, | ||
{ | ||
"level": "INFO", | ||
"message": "ndk.dir in local.properties is not set" | ||
}, | ||
{ | ||
"level": "INFO", | ||
"message": "Not considering ANDROID_NDK_HOME because support was removed after deprecation period." | ||
}, | ||
{ | ||
"level": "INFO", | ||
"message": "sdkFolder is /home/malik/.android" | ||
}, | ||
{ | ||
"level": "INFO", | ||
"message": "NDK side-by-side folder from sdkFolder /home/malik/.android/ndk does not exist" | ||
}, | ||
{ | ||
"level": "INFO", | ||
"message": "Because no explicit NDK was requested, the default version [21.1.6352462] for this Android Gradle Plugin will be used" | ||
}, | ||
{ | ||
"level": "INFO", | ||
"message": "Folder /home/malik/.android/ndk/21.1.6352462 does not exist. Ignoring." | ||
}, | ||
{ | ||
"level": "INFO", | ||
"message": "No NDK was found. Trying to download it now." | ||
}, | ||
{ | ||
"level": "INFO", | ||
"message": "NDK 21.1.6352462 was downloaded to /home/malik/.android/ndk/21.1.6352462. Using that." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"sdkFolder": "/home/malik/.android", | ||
"sideBySideNdkFolderNames": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"ndk": "/home/malik/.android/ndk/21.1.6352462", | ||
"revision": { | ||
"mMajor": 21, | ||
"mMinor": 1, | ||
"mMicro": 6352462, | ||
"mPreview": 0, | ||
"mPrecision": "MICRO", | ||
"mPreviewSeparator": " " | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"level": "INFO", | ||
"message": "android.ndkVersion from module build.gradle is [not set]" | ||
}, | ||
{ | ||
"level": "INFO", | ||
"message": "android.ndkPath from module build.gradle is not set" | ||
}, | ||
{ | ||
"level": "INFO", | ||
"message": "ndk.dir in local.properties is not set" | ||
}, | ||
{ | ||
"level": "INFO", | ||
"message": "Not considering ANDROID_NDK_HOME because support was removed after deprecation period." | ||
}, | ||
{ | ||
"level": "INFO", | ||
"message": "sdkFolder is /home/malik/.android" | ||
}, | ||
{ | ||
"level": "INFO", | ||
"message": "Because no explicit NDK was requested, the default version [21.1.6352462] for this Android Gradle Plugin will be used" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"sdkFolder": "/home/malik/.android", | ||
"sideBySideNdkFolderNames": [ | ||
"21.1.6352462" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* | ||
* OpenBOR - http://www.ChronoCrash.com | ||
* ----------------------------------------------------------------------- | ||
* All rights reserved, see LICENSE in OpenBOR root for details. | ||
* | ||
* Copyright (c) OpenBOR Team | ||
*/ | ||
|
||
#ifndef VERSION_H | ||
#define VERSION_H | ||
|
||
#define VERSION_NAME "OpenBOR" | ||
#define VERSION_MAJOR "4" | ||
#define VERSION_MINOR "0" | ||
#define VERSION_BUILD "7728" | ||
#define VERSION_BUILD_INT 7728 | ||
#define VERSION_COMMIT "2e2519b" | ||
#define VERSION "v"VERSION_MAJOR"."VERSION_MINOR" Build "VERSION_BUILD" (commit hash: "VERSION_COMMIT")" | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
OpenBOR-v4.0.7728-2e2519b |