Loading config/Android.bp +2 −2 Original line number Diff line number Diff line Loading @@ -43,6 +43,6 @@ filegroup { prebuilt_etc { name: "dirty-image-objects", src: "dirty-image-objects.txt", filename: "dirty-image-objects.txt", src: "dirty-image-objects", filename: "dirty-image-objects", } config/OWNERS +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ include /ZYGOTE_OWNERS # art-team@ manages the boot image profiles per-file boot-* = islamelbanna@google.com, ngeoffray@google.com, vmarko@google.com per-file dirty-image-objects.txt = ishcheikin@google.com, ngeoffray@google.com, vmarko@google.com per-file dirty-image-objects = ishcheikin@google.com, ngeoffray@google.com, vmarko@google.com per-file generate-preloaded-classes.sh = islamelbanna@google.com, ngeoffray@google.com, vmarko@google.com per-file preloaded-classes* = islamelbanna@google.com, ngeoffray@google.com, vmarko@google.com config/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * boot-profile.txt: An ordered list of methods from the boot classpath to be compiled by the JIT in the order provided in the file. Used by JIT zygote, when on-device signing failed. * dirty-image-objects.txt: List of objects in the boot image which are known to * dirty-image-objects: List of objects in the boot image which are known to become dirty. This helps binning objects in the image file. * preloaded-classes: classes that will be allocated in the boot image, and initialized by the zygote. Loading Loading
config/Android.bp +2 −2 Original line number Diff line number Diff line Loading @@ -43,6 +43,6 @@ filegroup { prebuilt_etc { name: "dirty-image-objects", src: "dirty-image-objects.txt", filename: "dirty-image-objects.txt", src: "dirty-image-objects", filename: "dirty-image-objects", }
config/OWNERS +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ include /ZYGOTE_OWNERS # art-team@ manages the boot image profiles per-file boot-* = islamelbanna@google.com, ngeoffray@google.com, vmarko@google.com per-file dirty-image-objects.txt = ishcheikin@google.com, ngeoffray@google.com, vmarko@google.com per-file dirty-image-objects = ishcheikin@google.com, ngeoffray@google.com, vmarko@google.com per-file generate-preloaded-classes.sh = islamelbanna@google.com, ngeoffray@google.com, vmarko@google.com per-file preloaded-classes* = islamelbanna@google.com, ngeoffray@google.com, vmarko@google.com
config/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * boot-profile.txt: An ordered list of methods from the boot classpath to be compiled by the JIT in the order provided in the file. Used by JIT zygote, when on-device signing failed. * dirty-image-objects.txt: List of objects in the boot image which are known to * dirty-image-objects: List of objects in the boot image which are known to become dirty. This helps binning objects in the image file. * preloaded-classes: classes that will be allocated in the boot image, and initialized by the zygote. Loading