commit | cc3b8aeff19f39afb8d4f2c198ee6cd2ec132d22 | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Thu Feb 01 17:03:23 2018 +0000 |
committer | Calin Juravle <calin@google.com> | Fri Feb 02 14:48:53 2018 +0000 |
tree | ca4e5818981a6f9f33375331ad6e7f2bae170232 | |
parent | ad87a6900094bbd4cf1d01f979ae6611543f76dc [diff] [blame] |
[installd] Pass .dm files to dexopt Test: installd_otapreopt_test installd_dexopt_test Bug: 30934496 Change-Id: I3cb5b3f96205688203a134023492d8ff80524ab6
diff --git a/cmds/installd/otapreopt_parameters.h b/cmds/installd/otapreopt_parameters.h index eb5dd85..0f3bb8c 100644 --- a/cmds/installd/otapreopt_parameters.h +++ b/cmds/installd/otapreopt_parameters.h
@@ -45,6 +45,7 @@ bool downgrade; int target_sdk_version; const char* profile_name; + const char* dex_metadata_path; std::string target_slot;