Hi,
    please correct me if i understood wrong.
    In AOSP/build call chains,we know, `source aosp-src/build/envsetup.sh`, 
it will execute three shell functions firstly:

validate_current_shell
source_vendorsetup
addcompletions 
In my view, it does not affect the config list.especially 
source_vendorsetup:
But, if it does not source global var,eg,COMMON_LUNCH_CHOICES,
lunch->print_lunch_menu->get_build_var 
(COMMON_LUNCH_CHOICES)->soong/soong_ui.bash.
Although COMMON_LUNCH_CHOICES is defined in 
make/target/product/AndroidProducts.mk,
Can we call it directly without preparing read COMMON_LUNCH_CHOICES?
Thank you very much



-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/dc791e87-4a9c-4501-bc1c-429843dbbb57%40googlegroups.com.

Reply via email to