summaryrefslogtreecommitdiff
path: root/benchmark/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/Android.bp')
-rw-r--r--benchmark/Android.bp5
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmark/Android.bp b/benchmark/Android.bp
index c7f9f6b1da..e3c9482493 100644
--- a/benchmark/Android.bp
+++ b/benchmark/Android.bp
@@ -21,6 +21,7 @@ package {
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["art_license"],
+ default_team: "trendy_team_art_performance",
}
art_cc_library {
@@ -104,9 +105,9 @@ art_cc_library {
},
header_libs: [
"libnativehelper_header_only",
- "libopenjdkjvmti_headers"
+ "libopenjdkjvmti_headers",
],
shared_libs: [
- "libbase",
+ "libbase",
],
}