Skip to content
Snippets Groups Projects
Commit 05a3d790 authored by electimon's avatar electimon Committed by Dhina17
Browse files

powerext: Fix native test


* It will initialize in the constructor.

Change-Id: Icf52e7f886b465e4d5da7e0e1b11d4c8c9337356
Signed-off-by: default avatarelectimon <electimon@gmail.com>
parent 19141ef5
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,6 @@ using namespace std;
int main() {
android::PowerExt powerExt = android::PowerExt();
if (powerExt.connected() == false) {
cout << "Failed to connect to power HAL" << endl;
return 1;
}
int choice;
string mode;
bool enabled;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment