Commit Graph

4 Commits

Author SHA1 Message Date
Victor Hsieh 632a39dfa8 authfs: add AuthFsTestCases to presubmit
Bug: 178874539
Test: atest
Change-Id: I818c469722dbf117c374c0b29784aef3aa747647
2021-03-19 08:44:18 -07:00
Victor Hsieh ab293ee187 authfs: run unit tests in presubmit
Test: TH
Bug: 178874539
Change-Id: If4df4177dcc426a79d2ff4a4ab90510abdddc7d5
2021-02-01 09:11:54 -08:00
Victor Hsieh fb54ff0cc0 authfs: Delete TEST_MAPPING
TreeHugger seems have trouble building a dependency of shared library.
Until the cause is identified, remove the test from TreeHugger to
unblock the early development.

Test: None
Bug: 173408650
Bug: 171310075
Change-Id: I496edeb5807c8ce24c86d54d8ba7f9a9698dc7cb
2020-11-16 17:21:36 -08:00
Victor Hsieh 1fe51c473a authfs: add readers for chunked data
This change adds simple readers to read fixed size chunks from file and
memory. Also set up basic build rules and test rules.

The reader will be used by later fs-verity implementation to read and
verify each 4K block access of a file.

Bug: 171310075
Test: atest authfs_host_test_src_lib

Change-Id: I194cf431d4aa6dd49cc19aea65d233ccdc6c5452
2020-11-13 09:43:19 -08:00