Merge "aapt2: Add signature policy to Resources.proto"

This commit is contained in:
TreeHugger Robot
2019-02-13 20:05:10 +00:00
committed by Android (Google) Code Review

View File

@@ -151,10 +151,12 @@ message Overlayable {
// Represents an overlayable <item> declaration within an <overlayable> tag.
message OverlayableItem {
enum Policy {
PUBLIC = 0;
SYSTEM = 1;
VENDOR = 2;
PRODUCT = 3;
NONE = 0;
PUBLIC = 1;
SYSTEM = 2;
VENDOR = 3;
PRODUCT = 4;
SIGNATURE = 5;
}
// The location of the <item> declaration in source.