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.proto4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/protobuf/apk_manifest.proto b/src/main/protobuf/apk_manifest.proto
index 7b58e507e9..f638450381 100644
--- a/src/main/protobuf/apk_manifest.proto
+++ b/src/main/protobuf/apk_manifest.proto
@@ -38,8 +38,6 @@ message AndroidSdk {
string annotations_jar = 5;
string dx = 7;
string framework_aidl = 8;
- string jack = 9;
- string jill = 10;
string main_dex_classes = 11;
string main_dex_list_creator = 12;
string proguard = 13;
@@ -50,7 +48,7 @@ message AndroidSdk {
string apksigner = 18;
// Deprecated tag numbers.
- reserved 6;
+ reserved 6, 9, 10;
}
// Information about a resource referenced from AndroidManifest.xml.