Merge "Remove superfluous use of no_framework_libs: true"

This commit is contained in:
Treehugger Robot
2019-06-19 10:13:19 +00:00
committed by Gerrit Code Review
5 changed files with 2 additions and 7 deletions

View File

@@ -21,5 +21,4 @@ java_library_static {
"data_stall_event.proto",
],
sdk_version: "system_current",
no_framework_libs: true,
}
}

View File

@@ -21,5 +21,4 @@ java_library_static {
"network_stack.proto",
],
sdk_version: "system_current",
no_framework_libs: true,
}
}

View File

@@ -21,5 +21,4 @@ java_library_static {
"dns_resolver.proto",
],
sdk_version: "system_current",
no_framework_libs: true,
}

View File

@@ -5,7 +5,6 @@ java_library_static {
type: "lite",
},
srcs: ["game_driver.proto"],
no_framework_libs: true,
jarjar_rules: "jarjar-rules.txt",
sdk_version: "28",
}

View File

@@ -25,6 +25,5 @@ java_library_static {
type: "nano",
},
srcs: ["src/metrics_constants.proto"],
no_framework_libs: true,
sdk_version: "system_current",
}