Use generic wildcard for vendor libprotobuf.
The suffix changes on each upgrade and the newest release uses a two-part version number instead of a three-part one. Use a regex that will match any suffix. Bug: 203713560 Test: presubmit, log check Change-Id: I27d7bd10e469b794226fe0c77b02c57d876729b1
This commit is contained in:
parent
653e53d11d
commit
2118dfb684
1 changed files with 1 additions and 1 deletions
2
whitechapel/vendor/google/file_contexts
vendored
2
whitechapel/vendor/google/file_contexts
vendored
|
@ -429,7 +429,7 @@
|
||||||
# Statsd service to support EdgeTPU metrics logging service.
|
# Statsd service to support EdgeTPU metrics logging service.
|
||||||
/vendor/lib64/android\.frameworks\.stats-V1-ndk\.so u:object_r:same_process_hal_file:s0
|
/vendor/lib64/android\.frameworks\.stats-V1-ndk\.so u:object_r:same_process_hal_file:s0
|
||||||
/vendor/lib64/vendor-pixelatoms-cpp\.so u:object_r:same_process_hal_file:s0
|
/vendor/lib64/vendor-pixelatoms-cpp\.so u:object_r:same_process_hal_file:s0
|
||||||
/vendor/lib64/libprotobuf-cpp-lite-3\.9\.1\.so u:object_r:same_process_hal_file:s0
|
/vendor/lib64/libprotobuf-cpp-lite-(\d+\.){2,3}so u:object_r:same_process_hal_file:s0
|
||||||
|
|
||||||
# Raw HID device
|
# Raw HID device
|
||||||
/dev/hidraw[0-9]* u:object_r:hidraw_device:s0
|
/dev/hidraw[0-9]* u:object_r:hidraw_device:s0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue