Is it possible to provide flavor combination sourceset like we can do with 
single flavors? 

sth like

android.sourceSets.flavor!Flavor2{
    res {
    srcDir "flavor1Flavor2/res"
    }
        java {
            srcDir "flavor1Flavor2/src"
        }
    manifest {
    srcFile "flavor1Flavor2/AndroidManifest.xml"
    }
}

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to