Merge "@IntDef incorrectly marked as containing flags" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-04-16 01:06:49 +00:00
committed by Android (Google) Code Review

View File

@@ -47,7 +47,7 @@ public class PackagePartitions {
public static final int PARTITION_PRODUCT = 4;
public static final int PARTITION_SYSTEM_EXT = 5;
@IntDef(flag = true, prefix = { "PARTITION_" }, value = {
@IntDef(prefix = { "PARTITION_" }, value = {
PARTITION_SYSTEM,
PARTITION_VENDOR,
PARTITION_ODM,