I am trying to understand the following commands: mkdir /data 0770 root system mkdir /data 0770 system system mkdir /data 0770 system room https://android.googlesource.com/platform/system/core/+/b4d65399fde02280b718e3b5b5cb1464a885c4b0/rootdir/init.rc Line 58 mkdir is creating the directory, /data is path, 0770 giving read write permissions to the directory, root system I don’t know. Answer The format is The path defines which directory has to be created.
Tag: android-source
repo fail to init on Ubuntu 16,0 virtual box on Macbook
I am trying to build AOSP image on my mac Book using Linux virtual box. Since I don’t have enough space on Mac I am trying to checkoutAOSP on external 2 TB Segate HDD which I planned to use for build. I have installed repo tool and python 2.7 but when I try to init repo with this command repo