Hi, I am using a master build script to trigger the android build and the master script does the following steps,
*source build/envsetup.sh && lunch <num>* Now in my master script i was planning to export the TARGET_BUILD_TYPE as debug or release according to my other options. Now I see that the *build/envsetup.sh* is over-writing it by exporting TARGET_BUILD_TYPE always as *release *in the *lunch* function ! (ref: https://cs.android.com/android/platform/superproject/+/master:build/make/envsetup.sh;drc=6a012266a18cdf89d4e94a3ce7aa15a9c462a448;l=718) is this expected? its really blocking any possibilities for automation right? regards, abhay -- -- 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/1ef6ee61-9e47-4116-96c3-b64041461b03n%40googlegroups.com.
