mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-17 10:41:58 +00:00
Add compressed ramdisk support
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#include <unistd.h>
|
||||
#include <memory>
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
class OutStream {
|
||||
public:
|
||||
virtual bool write(const void *buf, size_t len) = 0;
|
||||
|
Reference in New Issue
Block a user