From bf222d5ce57d4fdf4c12e12438c4daf82a0a8c17 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Thu, 10 Jul 2025 16:01:24 +0200 Subject: [PATCH] fix --- 0_preamble/notations.typ | 2 +- 2_background/X_android.typ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/0_preamble/notations.typ b/0_preamble/notations.typ index 21cae75..c102007 100644 --- a/0_preamble/notations.typ +++ b/0_preamble/notations.typ @@ -24,7 +24,7 @@ DEX, [Dalvik Executable, the file format for the bytecode used for applicatiobs by Android ], IDE, [Integrated Development Environment, a software providing tools for software development ], 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 ], - 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 ], OAT, [Of Ahead Time, an ahead of time compiled format for #DEX files ], NDK, [Native Development Kit, the set of tools used to build C and C++ code for Android ], 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 ], diff --git a/2_background/X_android.typ b/2_background/X_android.typ index 61652ad..cb0939f 100644 --- a/2_background/X_android.typ +++ b/2_background/X_android.typ @@ -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