5748ee972d
- BOOTCLASSPATH now is derived from PRODUCT_BOOT_JARS, which is a product configuration variable set up by the core build system. - Moved files from the legacy ALL_PREBUILT to PRODUCT_COPY_FILES in build/target/product/embedded.mk. Bug: 9990214 Change-Id: I98bac36c1ca8c779dda572a0a5e0a22b7e4c4a7a
12 lines
443 B
Text
12 lines
443 B
Text
# set up the global environment
|
|
on init
|
|
export PATH /sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin
|
|
export LD_LIBRARY_PATH /vendor/lib:/system/lib
|
|
export ANDROID_BOOTLOGO 1
|
|
export ANDROID_ROOT /system
|
|
export ANDROID_ASSETS /system/app
|
|
export ANDROID_DATA /data
|
|
export ANDROID_STORAGE /storage
|
|
export ASEC_MOUNTPOINT /mnt/asec
|
|
export LOOP_MOUNTPOINT /mnt/obb
|
|
export BOOTCLASSPATH %BOOTCLASSPATH%
|