fix
Some checks failed
/ test_checkout (push) Failing after 1s

This commit is contained in:
Jean-Marie Mineau 2025-07-10 16:01:24 +02:00
parent 35d9538a13
commit bf222d5ce5
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
DEX, [Dalvik Executable, the file format for the bytecode used for applicatiobs by Android <acr-dex>], DEX, [Dalvik Executable, the file format for the bytecode used for applicatiobs by Android <acr-dex>],
IDE, [Integrated Development Environment, a software providing tools for software development <acr-ide>], IDE, [Integrated Development Environment, a software providing tools for software development <acr-ide>],
JAR, [Java ARchive file, the file format used to store several java class files. Sometimes used by Android to store #DEX files instead of java classes <acr-jar>], JAR, [Java ARchive file, the file format used to store several java class files. Sometimes used by Android to store #DEX files instead of java classes <acr-jar>],
JNI, [Java Native Interface, the native library used to interact with Java classes of the application and Android API], JNI, [Java Native Interface, the native library used to interact with Java classes of the application and Android API <acr-jni>],
OAT, [Of Ahead Time, an ahead of time compiled format for #DEX files <acr-oat>], OAT, [Of Ahead Time, an ahead of time compiled format for #DEX files <acr-oat>],
NDK, [Native Development Kit, the set of tools used to build C and C++ code for Android <acr-ndk>], NDK, [Native Development Kit, the set of tools used to build C and C++ code for Android <acr-ndk>],
SDK, [Software Development Kit, a set of tools for developing software targeting a specific platform. In the context of Android, the version of the SDK can be associated to a version of Android, and application compatibility is defined in term of compatible SDK version <acr-sdk>], SDK, [Software Development Kit, a set of tools for developing software targeting a specific platform. In the context of Android, the version of the SDK can be associated to a version of Android, and application compatibility is defined in term of compatible SDK version <acr-sdk>],

View file

@ -1,4 +1,4 @@
#import "../lib.typ": todo, APK, JAR, AXML, ART, SDK, JNI, NDK #import "../lib.typ": todo, APK, JAR, AXML, ART, SDK, JNI, NDK, DEX
== Android <sec:bg-android> == Android <sec:bg-android>