summaryrefslogtreecommitdiff
path: root/perf2cfg/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'perf2cfg/Android.bp')
-rw-r--r--perf2cfg/Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/perf2cfg/Android.bp b/perf2cfg/Android.bp
index e6b5505e..6e4efe97 100644
--- a/perf2cfg/Android.bp
+++ b/perf2cfg/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_art_mainline",
default_applicable_licenses: ["Android-Apache-2.0"],
}
@@ -48,4 +49,9 @@ python_test_host {
test_options: {
unit_test: true,
},
+ version: {
+ py3: {
+ embedded_launcher: true,
+ },
+ },
}