Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62ef77c8 authored by dianlujitao's avatar dianlujitao Committed by Bruno Martins
Browse files

Create /data/adbroot on post-fs-data

 * The real /data partition is not available before this stage.

Change-Id: I2cbcd788f35a2d51c823a71e2c944502812c1cfd
parent f0f312a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,5 +3,5 @@ service adb_root /system/bin/adb_root
    user root
    group root

on boot
on post-fs-data
    mkdir /data/adbroot 0700 root root