Merge "Temporarily fix for the "telecom" command"

This commit is contained in:
Makoto Onuki
2020-02-20 23:24:39 +00:00
committed by Android (Google) Code Review

View File

@@ -46,6 +46,10 @@ public final class Telecom extends BaseCommand {
* @param args The command-line arguments
*/
public static void main(String[] args) {
// Initialize the telephony module.
// TODO: Do it in zygote and RuntimeInit. b/148897549
ActivityThread.initializeMainlineModules();
(new Telecom()).run(args);
}