pixelstats: gs201: remove firmware update path
Bug: 386187651 Test: local test pass Flag: EXEMPT refactor Change-Id: I725b2c87cfff8b81915fa094678f7a56669cf095 Signed-off-by: Spade Lee <spadelee@google.com>
This commit is contained in:
parent
ad503a0216
commit
e2813a4407
1 changed files with 1 additions and 2 deletions
|
@ -107,8 +107,7 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
||||||
|
|
||||||
const struct UeventListener::UeventPaths ueventPaths = {
|
const struct UeventListener::UeventPaths ueventPaths = {
|
||||||
.AudioUevent = "/devices/virtual/amcs/amcs",
|
.AudioUevent = "/devices/virtual/amcs/amcs",
|
||||||
.TypeCPartnerUevent = "PRODUCT_TYPE=",
|
.TypeCPartnerUevent = "PRODUCT_TYPE="
|
||||||
.FwUpdatePath = ""
|
|
||||||
};
|
};
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue