Revert "pass read new storage parameter to java codegen"
This reverts commit c980327853
.
Reason for revert: Droidmonitor created revert due to b/356193768. Will be verifying through ABTD before submission.
Change-Id: Ifaaa33b07333683492bc54270b840df21bcd00ca
This commit is contained in:
committed by
Android (Google) Code Review
parent
c980327853
commit
848c6c939c
@@ -32,7 +32,6 @@ var (
|
|||||||
` --mode ${mode}` +
|
` --mode ${mode}` +
|
||||||
` --cache ${in}` +
|
` --cache ${in}` +
|
||||||
` --out ${out}.tmp` +
|
` --out ${out}.tmp` +
|
||||||
` --allow-instrumentation ${debug}` +
|
|
||||||
` && $soong_zip -write_if_changed -jar -o ${out} -C ${out}.tmp -D ${out}.tmp` +
|
` && $soong_zip -write_if_changed -jar -o ${out} -C ${out}.tmp -D ${out}.tmp` +
|
||||||
` && rm -rf ${out}.tmp`,
|
` && rm -rf ${out}.tmp`,
|
||||||
CommandDeps: []string{
|
CommandDeps: []string{
|
||||||
@@ -40,7 +39,7 @@ var (
|
|||||||
"$soong_zip",
|
"$soong_zip",
|
||||||
},
|
},
|
||||||
Restat: true,
|
Restat: true,
|
||||||
}, "mode", "debug")
|
}, "mode")
|
||||||
|
|
||||||
// For cc_aconfig_library: Generate C++ library
|
// For cc_aconfig_library: Generate C++ library
|
||||||
cppRule = pctx.AndroidStaticRule("cc_aconfig_library",
|
cppRule = pctx.AndroidStaticRule("cc_aconfig_library",
|
||||||
|
@@ -20,7 +20,6 @@ import (
|
|||||||
|
|
||||||
"github.com/google/blueprint"
|
"github.com/google/blueprint"
|
||||||
"github.com/google/blueprint/proptools"
|
"github.com/google/blueprint/proptools"
|
||||||
"strconv"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type declarationsTagType struct {
|
type declarationsTagType struct {
|
||||||
@@ -72,7 +71,6 @@ func (callbacks *JavaAconfigDeclarationsLibraryCallbacks) DepsMutator(module *ja
|
|||||||
module.AddSharedLibrary("aconfig-annotations-lib")
|
module.AddSharedLibrary("aconfig-annotations-lib")
|
||||||
// TODO(b/303773055): Remove the annotation after access issue is resolved.
|
// TODO(b/303773055): Remove the annotation after access issue is resolved.
|
||||||
module.AddSharedLibrary("unsupportedappusage")
|
module.AddSharedLibrary("unsupportedappusage")
|
||||||
module.AddSharedLibrary("aconfig_storage_reader_java")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -104,8 +102,7 @@ func (callbacks *JavaAconfigDeclarationsLibraryCallbacks) GenerateSourceJarBuild
|
|||||||
Output: srcJarPath,
|
Output: srcJarPath,
|
||||||
Description: "aconfig.srcjar",
|
Description: "aconfig.srcjar",
|
||||||
Args: map[string]string{
|
Args: map[string]string{
|
||||||
"mode": mode,
|
"mode": mode,
|
||||||
"debug": strconv.FormatBool(ctx.Config().ReleaseReadFromNewStorage()),
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@@ -424,7 +424,6 @@ func gatherRequiredDepsForTest() string {
|
|||||||
"stub-annotations",
|
"stub-annotations",
|
||||||
|
|
||||||
"aconfig-annotations-lib",
|
"aconfig-annotations-lib",
|
||||||
"aconfig_storage_reader_java",
|
|
||||||
"unsupportedappusage",
|
"unsupportedappusage",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user