Advertisement
Guest User

Untitled

a guest
Feb 25th, 2025
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.03 KB | None | 0 0
  1. Android
  2. └── Sdk
  3. ├── build-tools
  4. │   ├── 30.0.3
  5. │   │   ├── NOTICE.txt
  6. │   │   ├── aapt -> /data/data/com.termux/files/usr/bin/aapt
  7. │   │   ├── aapt2 -> /data/data/com.termux/files/usr/bin/aapt2
  8. │   │   ├── aarch64-linux-android-ld
  9. │   │   ├── aidl -> /data/data/com.termux/files/usr/bin/aidl
  10. │   │   ├── apksigner -> /data/data/com.termux/files/usr/bin/apksigner
  11. │   │   ├── arm-linux-androideabi-ld
  12. │   │   ├── bcc_compat
  13. │   │   ├── core-lambda-stubs.jar
  14. │   │   ├── d8 -> /data/data/com.termux/files/usr/bin/d8
  15. │   │   ├── dexdump
  16. │   │   ├── i686-linux-android-ld
  17. │   │   ├── lld -> /data/data/com.termux/files/usr/bin/lld
  18. │   │   ├── lld-bin
  19. │   │   ├── llvm-rs-cc
  20. │   │   ├── mipsel-linux-android-ld
  21. │   │   ├── package.xml
  22. │   │   ├── runtime.properties
  23. │   │   ├── source.properties
  24. │   │   ├── split-select
  25. │   │   ├── x86_64-linux-android-ld
  26. │   │   └── zipalign -> /data/data/com.termux/files/usr/bin/zipalign
  27. │   ├── 34.0.0
  28. │   │   ├── NOTICE.txt
  29. │   │   ├── aapt -> /data/data/com.termux/files/usr/bin/aapt
  30. │   │   ├── aapt2 -> /data/data/com.termux/files/usr/bin/aapt2
  31. │   │   ├── aarch64-linux-android-ld
  32. │   │   ├── aidl -> /data/data/com.termux/files/usr/bin/aidl
  33. │   │   ├── apksigner -> /data/data/com.termux/files/usr/bin/apksigner
  34. │   │   ├── arm-linux-androideabi-ld
  35. │   │   ├── bcc_compat
  36. │   │   ├── core-lambda-stubs.jar
  37. │   │   ├── d8 -> /data/data/com.termux/files/usr/bin/d8
  38. │   │   ├── dexdump
  39. │   │   ├── dx -> /data/data/com.termux/files/usr/bin/dx
  40. │   │   ├── i686-linux-android-ld
  41. │   │   ├── lld -> /data/data/com.termux/files/usr/bin/lld
  42. │   │   ├── lld-bin
  43. │   │   ├── llvm-rs-cc
  44. │   │   ├── mipsel-linux-android-ld
  45. │   │   ├── package.xml
  46. │   │   ├── runtime.properties
  47. │   │   ├── source.properties
  48. │   │   ├── split-select
  49. │   │   ├── x86_64-linux-android-ld
  50. │   │   └── zipalign -> /data/data/com.termux/files/usr/bin/zipalign
  51. │   └── 35.0.0
  52. │   ├── NOTICE.txt
  53. │   ├── aapt -> /data/data/com.termux/files/usr/bin/aapt
  54. │   ├── aapt2 -> /data/data/com.termux/files/usr/bin/aapt2
  55. │   ├── aarch64-linux-android-ld
  56. │   ├── aidl -> /data/data/com.termux/files/usr/bin/aidl
  57. │   ├── apksigner -> /data/data/com.termux/files/usr/bin/apksigner
  58. │   ├── arm-linux-androideabi-ld
  59. │   ├── bcc_compat
  60. │   ├── core-lambda-stubs.jar
  61. │   ├── d8 -> /data/data/com.termux/files/usr/bin/d8
  62. │   ├── dexdump
  63. │   ├── i686-linux-android-ld
  64. │   ├── lld -> /data/data/com.termux/files/usr/bin/lld
  65. │   ├── lld-bin
  66. │   ├── llvm-rs-cc
  67. │   ├── mipsel-linux-android-ld
  68. │   ├── package.xml
  69. │   ├── runtime.properties
  70. │   ├── source.properties
  71. │   ├── split-select
  72. │   ├── x86_64-linux-android-ld
  73. │   └── zipalign -> /data/data/com.termux/files/usr/bin/zipalign
  74. ├── cmake
  75. │   └── 3.22.1
  76. │   ├── bin
  77. │   ├── doc
  78. │   ├── package.xml
  79. │   └── source.properties
  80. ├── cmdline-tools
  81. │   └── latest
  82. │   ├── NOTICE.txt
  83. │   ├── bin
  84. │   ├── lib
  85. │   ├── package.xml
  86. │   └── source.properties
  87. ├── icons
  88. ├── licenses
  89. │   └── android-sdk-license
  90. ├── ndk
  91. │   ├── 26.2.11394342 -> 27.1.12297006
  92. │   ├── 27.0.12077973 -> 27.1.12297006
  93. │   └── 27.1.12297006
  94. │   ├── CHANGELOG.md
  95. │   ├── NOTICE
  96. │   ├── NOTICE.toolchain
  97. │   ├── README.md
  98. │   ├── build
  99. │   ├── meta
  100. │   ├── ndk-build
  101. │   ├── ndk-gdb
  102. │   ├── ndk-lldb
  103. │   ├── ndk-stack
  104. │   ├── ndk-which
  105. │   ├── prebuilt
  106. │   ├── python-packages
  107. │   ├── shader-tools
  108. │   ├── simpleperf
  109. │   ├── source.properties
  110. │   ├── sources
  111. │   ├── toolchains
  112. │   └── wrap.sh
  113. ├── platform-tools
  114. │   ├── NOTICE.txt
  115. │   ├── adb -> /data/data/com.termux/files/usr/bin/adb
  116. │   ├── etc1tool
  117. │   ├── fastboot
  118. │   ├── hprof-conv
  119. │   ├── lib64
  120. │   │   └── libc++.so
  121. │   ├── make_f2fs
  122. │   ├── make_f2fs_casefold
  123. │   ├── mke2fs
  124. │   ├── mke2fs.conf
  125. │   ├── package.xml
  126. │   ├── source.properties
  127. │   └── sqlite3 -> /data/data/com.termux/files/usr/bin/sqlite3
  128. ├── platforms
  129. │   ├── android-34
  130. │   ├── android-35
  131. └── sources
  132. ├── android-34
  133. └── android-35
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement