mirror of
https://github.com/revanced/smali.git
synced 2025-05-20 07:57:06 +02:00
Add reminder to keep section arrays in sync
This commit is contained in:
parent
da571dbe71
commit
71ea09fc8e
@ -138,6 +138,10 @@ public abstract class DexWriter<
|
|||||||
protected int numCodeItemItems = 0;
|
protected int numCodeItemItems = 0;
|
||||||
protected int numClassDataItems = 0;
|
protected int numClassDataItems = 0;
|
||||||
|
|
||||||
|
// The sections defined here must be kept in sync with these section arrays:
|
||||||
|
// - DexWriter.overflowableSections
|
||||||
|
// - DexPool.sections
|
||||||
|
|
||||||
public final StringSectionType stringSection;
|
public final StringSectionType stringSection;
|
||||||
public final TypeSectionType typeSection;
|
public final TypeSectionType typeSection;
|
||||||
public final ProtoSectionType protoSection;
|
public final ProtoSectionType protoSection;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user