Add file_context for telephonymodules APEX
Test: Build Bug: 255736341 Ignore-AOSP-First: Yet to merge for AOSP Change-Id: I2e511c4096d117a4dda271bcf235ac7c277f2c33
This commit is contained in:
parent
a585dac805
commit
0cf6f300ee
2 changed files with 8 additions and 0 deletions
|
@ -293,3 +293,10 @@ filegroup {
|
||||||
"com.android.devicelock-file_contexts",
|
"com.android.devicelock-file_contexts",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
filegroup {
|
||||||
|
name: "com.android.telephonymodules-file_contexts",
|
||||||
|
srcs: [
|
||||||
|
"com.android.telephonymodules-file_contexts"
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
1
apex/com.android.telephonymodules-file_contexts
Normal file
1
apex/com.android.telephonymodules-file_contexts
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(/.*)? u:object_r:system_file:s0
|
Loading…
Reference in a new issue