Revert "pass read new storage parameter to java codegen"
This reverts commit 9cf2e8e140
.
Reason for revert:DroidMonitor - Potential culprit for http://b/369200837 - Verifying through ABTD before submission.
Change-Id: I635ba732fba40b7c73b5c419ef204fb14e857cb2
This commit is contained in:
committed by
Gerrit Code Review
parent
9cf2e8e140
commit
df1c59a657
@@ -32,7 +32,6 @@ var (
|
||||
` --mode ${mode}` +
|
||||
` --cache ${in}` +
|
||||
` --out ${out}.tmp` +
|
||||
` --allow-instrumentation ${debug}` +
|
||||
` && $soong_zip -write_if_changed -jar -o ${out} -C ${out}.tmp -D ${out}.tmp` +
|
||||
` && rm -rf ${out}.tmp`,
|
||||
CommandDeps: []string{
|
||||
@@ -40,7 +39,7 @@ var (
|
||||
"$soong_zip",
|
||||
},
|
||||
Restat: true,
|
||||
}, "mode", "debug")
|
||||
}, "mode")
|
||||
|
||||
// For cc_aconfig_library: Generate C++ library
|
||||
cppRule = pctx.AndroidStaticRule("cc_aconfig_library",
|
||||
|
Reference in New Issue
Block a user