diff options
Diffstat (limited to 'adb/set_verity_enable_state_service.cpp')
-rw-r--r-- | adb/set_verity_enable_state_service.cpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/adb/set_verity_enable_state_service.cpp b/adb/set_verity_enable_state_service.cpp index 139b074..b75ed4c 100644 --- a/adb/set_verity_enable_state_service.cpp +++ b/adb/set_verity_enable_state_service.cpp @@ -14,6 +14,10 @@ * limitations under the License. */ +#define TRACE_TAG TRACE_ADB + +#include "sysdeps.h" + #include <fcntl.h> #include <inttypes.h> #include <stdarg.h> @@ -21,13 +25,12 @@ #include <stdio.h> #include <sys/stat.h> -#define TRACE_TAG TRACE_ADB -#include "adb.h" #include "cutils/properties.h" + +#include "adb.h" #include "ext4_sb.h" #include "fs_mgr.h" #include "remount_service.h" -#include "sysdeps.h" #define FSTAB_PREFIX "/fstab." struct fstab *fstab; |