Merge "Kill psGlobal and g_callbacks"
diff --git a/tests/end_to_end_tests.cpp b/tests/end_to_end_tests.cpp
index de808f6..2e09e59 100644
--- a/tests/end_to_end_tests.cpp
+++ b/tests/end_to_end_tests.cpp
@@ -157,7 +157,6 @@
CreateInputFile(GetPathForPackageClass(kIExampleInterfaceClass, ".aidl"),
kIExampleInterfaceContents,
strlen(kIExampleInterfaceContents)).value();
- options.auto_dep_file_ = true;
options.output_base_folder_ = outputDir_.value();
WriteStubAidls(kIExampleInterfaceParcelables, kIExampleInterfaceInterfaces);
EXPECT_EQ(android::aidl::compile_aidl_to_java(options), 0);