Merge "Update AppCompacted Action enum." into qt-dev

am: 3819116c84

Change-Id: I8cad34bb31116449ac4bd1def40c2e510e2d0b5e
This commit is contained in:
Ben Murdoch
2019-04-09 12:14:23 -07:00
committed by android-build-merger

View File

@@ -4919,6 +4919,8 @@ message AppCompacted {
UNKNOWN = 0;
SOME = 1;
FULL = 2;
PERSISTENT = 3;
BFGS = 4;
}
optional Action action = 3;