Rename preferCodeIntegrity to useEmbeddedDex
Test: build and run testing app Bug: 112037137 Change-Id: Ia82c2c3ba7eb32117a4be078ac31ee2ba510f9eb
This commit is contained in:
@@ -87,14 +87,14 @@ type Tools struct {
|
||||
}
|
||||
|
||||
type ModuleConfig struct {
|
||||
Name string
|
||||
DexLocation string // dex location on device
|
||||
BuildPath string
|
||||
DexPath string
|
||||
PreferCodeIntegrity bool
|
||||
UncompressedDex bool
|
||||
HasApkLibraries bool
|
||||
PreoptFlags []string
|
||||
Name string
|
||||
DexLocation string // dex location on device
|
||||
BuildPath string
|
||||
DexPath string
|
||||
UseEmbeddedDex bool
|
||||
UncompressedDex bool
|
||||
HasApkLibraries bool
|
||||
PreoptFlags []string
|
||||
|
||||
ProfileClassListing string
|
||||
ProfileIsTextListing bool
|
||||
|
Reference in New Issue
Block a user