commit | 1ecfcece45c8d5b07a2c6b544fe424adf1a9951e | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Tue Dec 17 12:10:41 2019 -0800 |
committer | Alex Buynytskyy <alexbuy@google.com> | Fri Dec 20 06:55:32 2019 -0800 |
tree | 5fcee6cca7aeed5b4863787130949bee0b2026f1 | |
parent | 548d6dcf772ecfd14246963e9db96d286b99a8f6 [diff] [blame] |
Migrating Incremental* APIs to PackageManager APIs. Step 2, merging Data Loader params. Test: builds and flashes Bug: b/136132412 Change-Id: I2102554316dadcdcb49790c133ece110c43c29b3
diff --git a/services/incremental/Metadata.proto b/services/incremental/Metadata.proto index 0ff3c32..79f1bf8 100644 --- a/services/incremental/Metadata.proto +++ b/services/incremental/Metadata.proto
@@ -10,7 +10,9 @@ message DataLoader { string package_name = 1; + string class_name = 3; string arguments = 2; + int32 type = 4; } message Storage {