summaryrefslogtreecommitdiff
path: root/services/incremental/Metadata.proto
diff options
context:
space:
mode:
author Alex Buynytskyy <alexbuy@google.com> 2019-12-17 12:10:41 -0800
committer Alex Buynytskyy <alexbuy@google.com> 2019-12-20 06:55:32 -0800
commit1ecfcece45c8d5b07a2c6b544fe424adf1a9951e (patch)
tree5fcee6cca7aeed5b4863787130949bee0b2026f1 /services/incremental/Metadata.proto
parent548d6dcf772ecfd14246963e9db96d286b99a8f6 (diff)
Migrating Incremental* APIs to PackageManager APIs.
Step 2, merging Data Loader params. Test: builds and flashes Bug: b/136132412 Change-Id: I2102554316dadcdcb49790c133ece110c43c29b3
Diffstat (limited to 'services/incremental/Metadata.proto')
-rw-r--r--services/incremental/Metadata.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/incremental/Metadata.proto b/services/incremental/Metadata.proto
index 0ff3c3234ffa..79f1bf8d29a9 100644
--- a/services/incremental/Metadata.proto
+++ b/services/incremental/Metadata.proto
@@ -10,7 +10,9 @@ message BindPoint {
message DataLoader {
string package_name = 1;
+ string class_name = 3;
string arguments = 2;
+ int32 type = 4;
}
message Storage {