You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
587 B
17 lines
587 B
7 months ago
|
# 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
|
||
|
%EXPORT_GLOBAL_ASAN_OPTIONS%
|
||
|
%EXPORT_GLOBAL_GCOV_OPTIONS%
|
||
|
%EXPORT_GLOBAL_CLANG_COVERAGE_OPTIONS%
|
||
|
%EXPORT_GLOBAL_HWASAN_OPTIONS%
|