projects
/
platform
/
hal
/
api
/
common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16c9410
)
tool: hal-compatibility-checker: Fix file path used by --reset
79/313179/1
author
Youngjae Cho
<y0.cho@samsung.com>
Thu, 20 Jun 2024 01:52:27 +0000
(10:52 +0900)
committer
Youngjae Cho
<y0.cho@samsung.com>
Thu, 20 Jun 2024 01:53:06 +0000
(10:53 +0900)
Change-Id: I3cd0a7b7d303e6c8d0d1aead41ed1f5cf49f5c8d
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
tools/hal-compatibility-checker/main.c
patch
|
blob
|
history
diff --git
a/tools/hal-compatibility-checker/main.c
b/tools/hal-compatibility-checker/main.c
index 754c0a5d55baaf37651fc36484f06f970600d435..37f6967da782e2bff8be47bbc63bee676b5a8597 100644
(file)
--- a/
tools/hal-compatibility-checker/main.c
+++ b/
tools/hal-compatibility-checker/main.c
@@
-233,7
+233,7
@@
int main(int argc, char *argv[])
}
if (reset_file) {
- unlink("/opt/etc/hal/.hal-
compatibility-checker
");
+ unlink("/opt/etc/hal/.hal-
backend-compatibility
");
return 0;
}