manifest_fixer: rename to --prefer-code-integrity

During code review, the name change was suggested.

Test: local CTS passed
Bug: 112037137
Change-Id: I7eb25210afb45c7477b0d606574048a15c9c721d
This commit is contained in:
Victor Hsieh
2019-01-02 14:50:56 -08:00
parent 186c771cb4
commit a2c16c1aa0
5 changed files with 36 additions and 36 deletions

View File

@@ -66,7 +66,7 @@ var testModuleConfig = ModuleConfig{
DexLocation: "",
BuildPath: "",
DexPath: "",
PreferIntegrity: false,
PreferCodeIntegrity: false,
UncompressedDex: false,
HasApkLibraries: false,
PreoptFlags: nil,