blob: 9249270b39fcfdcfa614b743b08016150c10bc3d [file] [log] [blame]
Ying Wang5748ee92013-07-23 18:03:37 -07001# set up the global environment
Tom Cherryd540e522019-02-15 15:55:18 -08002on early-init
Ying Wang5748ee92013-07-23 18:03:37 -07003 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
Martin Stjernholm96f16682019-09-20 16:07:04 +01008 export ANDROID_ART_ROOT /apex/com.android.art
Victor Chang7ea6c162019-07-05 16:40:15 +01009 export ANDROID_I18N_ROOT /apex/com.android.i18n
Neil Fuller9358e092019-03-12 16:52:36 +000010 export ANDROID_TZDATA_ROOT /apex/com.android.tzdata
Jeff Sharkeyfc000482015-03-16 10:17:47 -070011 export EXTERNAL_STORAGE /sdcard
Ying Wang5748ee92013-07-23 18:03:37 -070012 export ASEC_MOUNTPOINT /mnt/asec
Inseob Kim3ce6cb92024-07-31 13:10:48 +090013 # Additional environment variables will be appended here during build (see Android.bp).
14 # DO NOT ADD additional sections like 'on <event>' here.