mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
android build: fix warning re ndk_api
"NDK API target was not set manually, using the default of 21 = min(android-api=28, default ndk-api=21)"
This commit is contained in:
parent
a62e5d39ca
commit
8999e92f76
1 changed files with 4 additions and 1 deletions
|
@ -57,7 +57,7 @@ android.permissions = INTERNET, CAMERA
|
|||
# (int) Android API to use
|
||||
android.api = 28
|
||||
|
||||
# (int) Minimum API required (8 = Android 2.2 devices)
|
||||
# (int) Minimum API required. You will need to set the android.ndk_api to be as low as this value.
|
||||
android.minapi = 21
|
||||
|
||||
# (int) Android SDK version to use
|
||||
|
@ -66,6 +66,9 @@ android.sdk = 24
|
|||
# (str) Android NDK version to use
|
||||
android.ndk = 14b
|
||||
|
||||
(int) Android NDK API to use (optional). This is the minimum API your app will support.
|
||||
android.ndk_api = 21
|
||||
|
||||
# (bool) Use --private data storage (True) or --dir public storage (False)
|
||||
android.private_storage = True
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue