Commit graph

11 commits

Author SHA1 Message Date
August
744c72c133 update new sdk 2020-07-15 19:27:51 +08:00
August
a32f4aeefd dragon: fix pack fail issue
* Since, 8.0(O), due to this commit https://android.googlesource.com/platform/system/extras/+/63362e153f799f41d3e0dd256d8b8281da3f2672 , cache.img compilation gets failed .

* Reason is when we set the size of ext4 file to a group size of 128M(in our case, cache.img size is 128mb), it get crashed when compile a ext4 file because:
  group size = Blocks per group(32768) * Block size(4096)
  last_group_size is set to 0 and aux_info.groups to 1
  But, if aux_info.groups <= 1 , critical_error: "filesystem size too small" is called.
* Yes, this is a bug in make_ext4fs.
* Fixing this issue for our device has two ways, one is switch to mke2fs as it works fine, second either revert the above changes from ext4_utils or fix code.
* According to report, mke2fs is upstream tool of make_ext4fs, and in future google will permanently switch to it. So better to use this on our device instead of putting hands on repo codes.
2019-02-27 18:50:08 +08:00
August
1e159ba48e dragonboard: add stress testcase 2018-12-12 12:15:10 +08:00
August
e97e74a527 dragonboard: add display type configuration
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
53d5d63254 dragonboard: camera and audio support
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
4a9de8f073 dragonboard: bluetooth support
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
eaac9421b7 dragonboard: fix ethernet test fail
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
246cbab9d3 dragonboard: ap6212 wifi support
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
6cce50ffe8 dragonboard: add ethernet test case
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
048c9cdb42 dragonboard initial
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
e02f198e2d upload lichee base code 2018-08-08 14:16:19 +08:00