android.AssertStringDoesNotContain(t,"Vendor binary should not compile using headers of source",vendorCFlags,"-Isource_include_dir")
android.AssertStringDoesContain(t,"Vendor binary should compile using system headers provided by stub",vendorCFlags,"-isystem stub_system_include_dir")
android.AssertStringDoesNotContain(t,"Vendor binary should not compile using system headers of source",vendorCFlags,"-isystem source_system_include_dir")