1# set up the global environment
2on early-init
3    export ANDROID_BOOTLOGO 1
4    export ANDROID_ROOT /system
5    export ANDROID_ASSETS /system/app
6    export ANDROID_DATA /data
7    export ANDROID_STORAGE /storage
8    export ANDROID_ART_ROOT /apex/com.android.art
9    export ANDROID_I18N_ROOT /apex/com.android.i18n
10    export ANDROID_TZDATA_ROOT /apex/com.android.tzdata
11    export EXTERNAL_STORAGE /sdcard
12    export ASEC_MOUNTPOINT /mnt/asec
13    # Additional environment variables will be appended here during build (see Android.bp).
14    # DO NOT ADD additional sections like 'on <event>' here.
15
16
17
18
19
20