Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d32bf9f3 authored by Zhuoyao Zhang's avatar Zhuoyao Zhang
Browse files

Add a main function for the edit monitor

Test: make edit_monitor and run edit_monitor and check the log file
bug: 365617369
Change-Id: Iab8e6250e7e11eba6b57932358a4f1cd949c4121
parent 11986e82
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -52,3 +52,15 @@ python_test_host {
        unit_test: true,
        unit_test: true,
    },
    },
}
}

python_binary_host {
    name: "edit_monitor",
    pkg_path: "edit_monitor",
    srcs: [
        "main.py",
    ],
    libs: [
        "edit_monitor_lib",
    ],
    main: "main.py",
}
+0 −0

Empty file added.