2012/4/3 Bernhard Rosenkränzer bernhard.rosenkranzer@linaro.org:
On 2 April 2012 23:56, Zach Pfeffer zach.pfeffer@linaro.org wrote:
We've been able to put configs in git for awhile. I'm going to go ahead and do this since we're at the start of the cycle. I'm just going to push to:
http://review.android.git.linaro.org/#admin,project,linaro/build-configs,bra... master
Sound good to everyone?
And of course extra points for supporting a #include statement of sorts... Easiest way to do it should be just running the config through gcc -E -x c -P -C whatever.conf >current.conf
MANIFEST_FILENAME=staging-panda.xml #include "android-4.0.4.conf" #include "gcc-4.6.conf" #include "lava.conf"
I think we'll have to do this as a separate step. Though repo does have this capability last I checked.
ttyl bero