Changes associated with the new geotz module
The new geotz module has files that need to be readable by the system process. Bug: 172546738 Test: build / boot Change-Id: I4b9867fa1f738b0fabdf5b72e9e73282f1bd9cbc
This commit is contained in:
parent
09bb944221
commit
8f033bd1b5
2 changed files with 11 additions and 0 deletions
|
@ -76,6 +76,13 @@ filegroup {
|
|||
],
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "com.android.geotz-file_contexts",
|
||||
srcs: [
|
||||
"com.android.geotz-file_contexts",
|
||||
],
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "com.android.gki-file_contexts",
|
||||
srcs: [
|
||||
|
|
4
apex/com.android.geotz-file_contexts
Normal file
4
apex/com.android.geotz-file_contexts
Normal file
|
@ -0,0 +1,4 @@
|
|||
#############################
|
||||
# System files
|
||||
#
|
||||
(/.*)? u:object_r:system_file:s0
|
Loading…
Reference in a new issue