Revert^2 "pass read new storage parameter to java codegen"
This reverts commit 848c6c939c
.
Reason for revert: The real issue is fixed in another cl, not related to this one
Change-Id: Id12816206a16b17c23e3a53832d268f1600107b3
This commit is contained in:
@@ -32,6 +32,7 @@ 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{
|
||||
@@ -39,7 +40,7 @@ var (
|
||||
"$soong_zip",
|
||||
},
|
||||
Restat: true,
|
||||
}, "mode")
|
||||
}, "mode", "debug")
|
||||
|
||||
// For cc_aconfig_library: Generate C++ library
|
||||
cppRule = pctx.AndroidStaticRule("cc_aconfig_library",
|
||||
|
Reference in New Issue
Block a user