Structure MediaProvider as an APEX.
Based on guidance from the Mainline team, we're placing the MediaProvider APK inside a new APEX, as this will allow us to move MediaStore.java inside the module boundary in a future CL. Bug: 144247087 Test: manual Change-Id: I88f6f2e598d9611e8b92143504e4328d93671cab
This commit is contained in:
parent
f651f6efc6
commit
8d287db808
2 changed files with 9 additions and 0 deletions
|
@ -76,6 +76,13 @@ filegroup {
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
filegroup {
|
||||||
|
name: "com.android.mediaprovider-file_contexts",
|
||||||
|
srcs: [
|
||||||
|
"com.android.mediaprovider-file_contexts",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
filegroup {
|
filegroup {
|
||||||
name: "com.android.media.swcodec-file_contexts",
|
name: "com.android.media.swcodec-file_contexts",
|
||||||
srcs: [
|
srcs: [
|
||||||
|
|
2
apex/com.android.mediaprovider-file_contexts
Normal file
2
apex/com.android.mediaprovider-file_contexts
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
(/.*)? u:object_r:system_file:s0
|
||||||
|
/lib(64)?(/.*) u:object_r:system_lib_file:s0
|
Loading…
Reference in a new issue