Hi ,

Is it possible to use exported environment variable in Android.bp? 

When using Android.mk, it can be used like below.
For custom environment variable INIT_BOOTCHART,  I added like below in 
Android.mk 

ifeq ($(INIT_BOOTCHART),true)
init_cflags += -DBOOTCHART
endif


if possbile, could anyone guide  me how to use  custom environment variable 
in Android.bp? 

Thanks
 

-- 
-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" 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-porting/2ad7fcd3-35bf-4311-905d-7a431aedd405%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to