Searched refs:local_extra_args (Results 1 – 1 of 1) sorted by relevance
91 std::vector<std::string> local_extra_args = extra_args; in CompileImageAndGetSizes() local92 local_extra_args.push_back(android::base::StringPrintf("--base=0x%08x", kBaseAddress)); in CompileImageAndGetSizes()94 if (!CompileBootImage(local_extra_args, filename_prefix, dex_files, &error_msg)) { in CompileImageAndGetSizes()