| # set up the global environment |
| on early-init |
| export ANDROID_BOOTLOGO 1 |
| export ANDROID_ROOT /system |
| export ANDROID_ASSETS /system/app |
| export ANDROID_DATA /data |
| export ANDROID_STORAGE /storage |
| export ANDROID_ART_ROOT /apex/com.android.art |
| export ANDROID_I18N_ROOT /apex/com.android.i18n |
| export ANDROID_TZDATA_ROOT /apex/com.android.tzdata |
| export EXTERNAL_STORAGE /sdcard |
| export ASEC_MOUNTPOINT /mnt/asec |
| # Additional environment variables will be appended here during build (see Android.bp). |
| # DO NOT ADD additional sections like 'on <event>' here. |