commit | ab036619a4d68c7c108a04328bb525d279a718fe | [log] [tgz] |
---|---|---|
author | bigbiff <bigbiff@teamw.in> | Thu Jun 24 21:31:40 2021 -0400 |
committer | bigbiff <bigbiff@teamw.in> | Sat Jun 26 19:00:30 2021 +0000 |
tree | 46ecd095c9396ea3ea61fdcc78f6f281e67af797 | |
parent | d8a0ef78b7d36cadd7e498988097731eb9065b14 [diff] [blame] |
apex: unmount flattened apex directory before installing zips Change-Id: Idd1cadedcab94e81e30a487bd09f9173e5fe577e
diff --git a/twrpApex.hpp b/twrpApex.hpp index edd1d5f..1c85d06 100755 --- a/twrpApex.hpp +++ b/twrpApex.hpp
@@ -15,6 +15,7 @@ #include <sys/sysmacros.h> #include <fcntl.h> #include <unistd.h> +#include <android-base/properties.h> #include <ziparchive/zip_archive.h> #include "twcommon.h"