commit | 62c5a373fccf94cb3c125514aaff033d36fc101e | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Thu Feb 01 17:03:23 2018 +0000 |
committer | Andreas Gampe <agampe@google.com> | Wed Feb 14 10:59:49 2018 -0800 |
tree | 597af9a729a6f64aa8a1a6d47132742a31e9897c | |
parent | f63d479fe67ea9da8baa755d499e6457221b89d9 [diff] [blame] |
[installd] Pass .dm files to dexopt (cherry picked from commit cc3b8aeff19f39afb8d4f2c198ee6cd2ec132d22) Test: installd_otapreopt_test installd_dexopt_test Bug: 30934496 Merged-In: I3cb5b3f96205688203a134023492d8ff80524ab6 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;