Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Android
- └── Sdk
- ├── build-tools
- │ ├── 30.0.3
- │ │ ├── NOTICE.txt
- │ │ ├── aapt -> /data/data/com.termux/files/usr/bin/aapt
- │ │ ├── aapt2 -> /data/data/com.termux/files/usr/bin/aapt2
- │ │ ├── aarch64-linux-android-ld
- │ │ ├── aidl -> /data/data/com.termux/files/usr/bin/aidl
- │ │ ├── apksigner -> /data/data/com.termux/files/usr/bin/apksigner
- │ │ ├── arm-linux-androideabi-ld
- │ │ ├── bcc_compat
- │ │ ├── core-lambda-stubs.jar
- │ │ ├── d8 -> /data/data/com.termux/files/usr/bin/d8
- │ │ ├── dexdump
- │ │ ├── i686-linux-android-ld
- │ │ ├── lld -> /data/data/com.termux/files/usr/bin/lld
- │ │ ├── lld-bin
- │ │ ├── llvm-rs-cc
- │ │ ├── mipsel-linux-android-ld
- │ │ ├── package.xml
- │ │ ├── runtime.properties
- │ │ ├── source.properties
- │ │ ├── split-select
- │ │ ├── x86_64-linux-android-ld
- │ │ └── zipalign -> /data/data/com.termux/files/usr/bin/zipalign
- │ ├── 34.0.0
- │ │ ├── NOTICE.txt
- │ │ ├── aapt -> /data/data/com.termux/files/usr/bin/aapt
- │ │ ├── aapt2 -> /data/data/com.termux/files/usr/bin/aapt2
- │ │ ├── aarch64-linux-android-ld
- │ │ ├── aidl -> /data/data/com.termux/files/usr/bin/aidl
- │ │ ├── apksigner -> /data/data/com.termux/files/usr/bin/apksigner
- │ │ ├── arm-linux-androideabi-ld
- │ │ ├── bcc_compat
- │ │ ├── core-lambda-stubs.jar
- │ │ ├── d8 -> /data/data/com.termux/files/usr/bin/d8
- │ │ ├── dexdump
- │ │ ├── dx -> /data/data/com.termux/files/usr/bin/dx
- │ │ ├── i686-linux-android-ld
- │ │ ├── lld -> /data/data/com.termux/files/usr/bin/lld
- │ │ ├── lld-bin
- │ │ ├── llvm-rs-cc
- │ │ ├── mipsel-linux-android-ld
- │ │ ├── package.xml
- │ │ ├── runtime.properties
- │ │ ├── source.properties
- │ │ ├── split-select
- │ │ ├── x86_64-linux-android-ld
- │ │ └── zipalign -> /data/data/com.termux/files/usr/bin/zipalign
- │ └── 35.0.0
- │ ├── NOTICE.txt
- │ ├── aapt -> /data/data/com.termux/files/usr/bin/aapt
- │ ├── aapt2 -> /data/data/com.termux/files/usr/bin/aapt2
- │ ├── aarch64-linux-android-ld
- │ ├── aidl -> /data/data/com.termux/files/usr/bin/aidl
- │ ├── apksigner -> /data/data/com.termux/files/usr/bin/apksigner
- │ ├── arm-linux-androideabi-ld
- │ ├── bcc_compat
- │ ├── core-lambda-stubs.jar
- │ ├── d8 -> /data/data/com.termux/files/usr/bin/d8
- │ ├── dexdump
- │ ├── i686-linux-android-ld
- │ ├── lld -> /data/data/com.termux/files/usr/bin/lld
- │ ├── lld-bin
- │ ├── llvm-rs-cc
- │ ├── mipsel-linux-android-ld
- │ ├── package.xml
- │ ├── runtime.properties
- │ ├── source.properties
- │ ├── split-select
- │ ├── x86_64-linux-android-ld
- │ └── zipalign -> /data/data/com.termux/files/usr/bin/zipalign
- ├── cmake
- │ └── 3.22.1
- │ ├── bin
- │ ├── doc
- │ ├── package.xml
- │ └── source.properties
- ├── cmdline-tools
- │ └── latest
- │ ├── NOTICE.txt
- │ ├── bin
- │ ├── lib
- │ ├── package.xml
- │ └── source.properties
- ├── icons
- ├── licenses
- │ └── android-sdk-license
- ├── ndk
- │ ├── 26.2.11394342 -> 27.1.12297006
- │ ├── 27.0.12077973 -> 27.1.12297006
- │ └── 27.1.12297006
- │ ├── CHANGELOG.md
- │ ├── NOTICE
- │ ├── NOTICE.toolchain
- │ ├── README.md
- │ ├── build
- │ ├── meta
- │ ├── ndk-build
- │ ├── ndk-gdb
- │ ├── ndk-lldb
- │ ├── ndk-stack
- │ ├── ndk-which
- │ ├── prebuilt
- │ ├── python-packages
- │ ├── shader-tools
- │ ├── simpleperf
- │ ├── source.properties
- │ ├── sources
- │ ├── toolchains
- │ └── wrap.sh
- ├── platform-tools
- │ ├── NOTICE.txt
- │ ├── adb -> /data/data/com.termux/files/usr/bin/adb
- │ ├── etc1tool
- │ ├── fastboot
- │ ├── hprof-conv
- │ ├── lib64
- │ │ └── libc++.so
- │ ├── make_f2fs
- │ ├── make_f2fs_casefold
- │ ├── mke2fs
- │ ├── mke2fs.conf
- │ ├── package.xml
- │ ├── source.properties
- │ └── sqlite3 -> /data/data/com.termux/files/usr/bin/sqlite3
- ├── platforms
- │ ├── android-34
- │ ├── android-35
- └── sources
- ├── android-34
- └── android-35
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement