Skip to content

Commit

Permalink
fix: Upload platform-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev authored Sep 12, 2024
1 parent ab346c9 commit 3e604ce
Show file tree
Hide file tree
Showing 14 changed files with 20,811 additions and 0 deletions.
Binary file added platform-tools/AdbWinApi.dll
Binary file not shown.
Binary file added platform-tools/AdbWinUsbApi.dll
Binary file not shown.
20,756 changes: 20,756 additions & 0 deletions platform-tools/NOTICE.txt

Large diffs are not rendered by default.

Binary file added platform-tools/adb.exe
Binary file not shown.
Binary file added platform-tools/etc1tool.exe
Binary file not shown.
Binary file added platform-tools/fastboot.exe
Binary file not shown.
Binary file added platform-tools/hprof-conv.exe
Binary file not shown.
Binary file added platform-tools/libwinpthread-1.dll
Binary file not shown.
Binary file added platform-tools/make_f2fs.exe
Binary file not shown.
Binary file added platform-tools/make_f2fs_casefold.exe
Binary file not shown.
53 changes: 53 additions & 0 deletions platform-tools/mke2fs.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
[defaults]
base_features = sparse_super,large_file,filetype,dir_index,ext_attr
default_mntopts = acl,user_xattr
enable_periodic_fsck = 0
blocksize = 4096
inode_size = 256
inode_ratio = 16384
reserved_ratio = 1.0

[fs_types]
ext3 = {
features = has_journal
}
ext4 = {
features = has_journal,extent,huge_file,dir_nlink,extra_isize,uninit_bg
inode_size = 256
}
ext4dev = {
features = has_journal,extent,huge_file,flex_bg,inline_data,64bit,dir_nlink,extra_isize
inode_size = 256
options = test_fs=1
}
small = {
blocksize = 1024
inode_size = 128
inode_ratio = 4096
}
floppy = {
blocksize = 1024
inode_size = 128
inode_ratio = 8192
}
big = {
inode_ratio = 32768
}
huge = {
inode_ratio = 65536
}
news = {
inode_ratio = 4096
}
largefile = {
inode_ratio = 1048576
blocksize = -1
}
largefile4 = {
inode_ratio = 4194304
blocksize = -1
}
hurd = {
blocksize = 4096
inode_size = 128
}
Binary file added platform-tools/mke2fs.exe
Binary file not shown.
2 changes: 2 additions & 0 deletions platform-tools/source.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Pkg.UserSrc=false
Pkg.Revision=35.0.2
Binary file added platform-tools/sqlite3.exe
Binary file not shown.

0 comments on commit 3e604ce

Please sign in to comment.