Merge "Remove superfluous use of no_framework_libs: true"

am: ee7baf72cf

Change-Id: I044c175d67c4480c39adf00fe69fc8c0b1e62c8c
This commit is contained in:
Paul Duffin
2019-06-19 03:22:07 -07:00
committed by android-build-merger
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",
}