Rename ART release APEX to com.android.art.

Test: See https://r.android.com/1457217
Bug: 169639321
Change-Id: Idd7c667e8184518967892dd98d10ae7c3604efde
Merged-In: Idd7c667e8184518967892dd98d10ae7c3604efde
This commit is contained in:
Martin Stjernholm 2020-10-12 15:11:16 +01:00
parent ba412c8c78
commit a20322600a
2 changed files with 4 additions and 4 deletions

View File

@ -35,16 +35,16 @@ filegroup {
}
filegroup {
name: "com.android.art.debug-file_contexts",
name: "com.android.art-file_contexts",
srcs: [
"com.android.art.debug-file_contexts",
"com.android.art-file_contexts",
],
}
filegroup {
name: "com.android.art.release-file_contexts",
name: "com.android.art.debug-file_contexts",
srcs: [
"com.android.art.release-file_contexts",
"com.android.art.debug-file_contexts",
],
}