Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15c8c26e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 2f9ebd59 6bee4255
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -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.