document the directory structure changes
This commit is contained in:
@@ -108,29 +108,59 @@ Source
|
|||||||
│
|
│
|
||||||
├── android
|
├── android
|
||||||
│ │
|
│ │
|
||||||
│ ├── arm64 (64-bit Arm variant of Android)
|
│ ├── r21e (Android NDK r21e dependencies for UE 4.27 and 5.0)
|
||||||
│ │ │
|
│ │ │
|
||||||
│ │ ├── debug
|
|
||||||
│ │ │
|
│ │ │
|
||||||
│ │ └── release
|
│ │ ├── arm64 (64-bit Arm variant of Android)
|
||||||
|
│ │ │ │
|
||||||
|
│ │ │ ├── debug
|
||||||
|
│ │ │ │
|
||||||
|
│ │ │ └── release
|
||||||
|
│ │ │
|
||||||
|
│ │ ├── armv7 (32-bit ARM variant of Android)
|
||||||
|
│ │ │ │
|
||||||
|
│ │ │ ├── debug
|
||||||
|
│ │ │ │
|
||||||
|
│ │ │ └── release
|
||||||
|
│ │ │
|
||||||
|
│ │ ├── x64 (64-bit x86-64 variant of Android)
|
||||||
|
│ │ │ │
|
||||||
|
│ │ │ ├── debug
|
||||||
|
│ │ │ │
|
||||||
|
│ │ │ └── release
|
||||||
|
│ │ │
|
||||||
|
│ │ └── x86 (32-bit x86 variant of Android)
|
||||||
|
│ │ │
|
||||||
|
│ │ ├── debug
|
||||||
|
│ │ │
|
||||||
|
│ │ └── release
|
||||||
│ │
|
│ │
|
||||||
│ ├── armv (32-bit ARM variant of Android)
|
│ └── r25b (Android NDK r21b dependencies for UE 5.1)
|
||||||
│ │ │
|
|
||||||
│ │ ├── debug
|
|
||||||
│ │ │
|
|
||||||
│ │ └── release
|
|
||||||
│ │
|
|
||||||
│ ├── x64 (64-bit x86-64 variant of Android)
|
|
||||||
│ │ │
|
|
||||||
│ │ ├── debug
|
|
||||||
│ │ │
|
|
||||||
│ │ └── release
|
|
||||||
│ │
|
|
||||||
│ └── x86 (32-bit x86 variant of Android)
|
|
||||||
│ │
|
│ │
|
||||||
│ ├── debug
|
|
||||||
│ │
|
│ │
|
||||||
│ └── release
|
│ ├── arm64 (64-bit Arm variant of Android)
|
||||||
|
│ │ │
|
||||||
|
│ │ ├── debug
|
||||||
|
│ │ │
|
||||||
|
│ │ └── release
|
||||||
|
│ │
|
||||||
|
│ ├── armv7 (32-bit ARM variant of Android)
|
||||||
|
│ │ │
|
||||||
|
│ │ ├── debug
|
||||||
|
│ │ │
|
||||||
|
│ │ └── release
|
||||||
|
│ │
|
||||||
|
│ ├── x64 (64-bit x86-64 variant of Android)
|
||||||
|
│ │ │
|
||||||
|
│ │ ├── debug
|
||||||
|
│ │ │
|
||||||
|
│ │ └── release
|
||||||
|
│ │
|
||||||
|
│ └── x86 (32-bit x86 variant of Android)
|
||||||
|
│ │
|
||||||
|
│ ├── debug
|
||||||
|
│ │
|
||||||
|
│ └── release
|
||||||
│
|
│
|
||||||
├── linux
|
├── linux
|
||||||
│ │
|
│ │
|
||||||
|
|||||||
Reference in New Issue
Block a user