aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/apk_manifest.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/protobuf/apk_manifest.proto')
-rw-r--r--src/main/protobuf/apk_manifest.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/protobuf/apk_manifest.proto b/src/main/protobuf/apk_manifest.proto
index 4b67a8c01c..1bb0f0026c 100644
--- a/src/main/protobuf/apk_manifest.proto
+++ b/src/main/protobuf/apk_manifest.proto
@@ -21,6 +21,8 @@ message Artifact {
// This path is relative to "bazel info execution_root"
string exec_root_path = 1;
bytes hash = 2;
+ // The label of the rule that produced this artifact.
+ string label = 3;
}
message NativeLib {