diff --git a/apex/Android.bp b/apex/Android.bp index 78e1be978..2347bc2ed 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -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", ], } diff --git a/apex/com.android.art.release-file_contexts b/apex/com.android.art-file_contexts similarity index 100% rename from apex/com.android.art.release-file_contexts rename to apex/com.android.art-file_contexts