diff -r 6d08f4a05d93 -r 3145852acc89 sbsv2/raptor/notes/featurevariantsafe.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbsv2/raptor/notes/featurevariantsafe.txt Fri Jun 25 18:37:20 2010 +0800 @@ -0,0 +1,12 @@ + +By default, .mmp files that include FEATUREVARIANT will generate binaries for +both "normal", non-binary variant, build configurations and binary variant +build configurations. + +In order to ensure that only invariant binaries are created for invariant +build configurations, and variant binaries for variant build configurations, +the optional setting FEATUREVARIANTSAFE can be used. FEATUREVARIANTSAFE can be +set via an os_properties.xml file and, when set, variant binaries will no +longer be created for invariant build configurations. + +