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:
@@ -20,6 +20,7 @@ import (
|
||||
|
||||
"github.com/google/blueprint"
|
||||
"github.com/google/blueprint/proptools"
|
||||
"strconv"
|
||||
)
|
||||
|
||||
type declarationsTagType struct {
|
||||
@@ -71,6 +72,7 @@ func (callbacks *JavaAconfigDeclarationsLibraryCallbacks) DepsMutator(module *ja
|
||||
module.AddSharedLibrary("aconfig-annotations-lib")
|
||||
// TODO(b/303773055): Remove the annotation after access issue is resolved.
|
||||
module.AddSharedLibrary("unsupportedappusage")
|
||||
module.AddSharedLibrary("aconfig_storage_reader_java")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -102,7 +104,8 @@ func (callbacks *JavaAconfigDeclarationsLibraryCallbacks) GenerateSourceJarBuild
|
||||
Output: srcJarPath,
|
||||
Description: "aconfig.srcjar",
|
||||
Args: map[string]string{
|
||||
"mode": mode,
|
||||
"mode": mode,
|
||||
"debug": strconv.FormatBool(ctx.Config().ReleaseReadFromNewStorage()),
|
||||
},
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user