aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:58:27 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:58:27 +0000
commit8cb6837e4a0851efe6137740fa18171405db3824 (patch)
treea50d98f262006ac1b35dfb11d528101665911b7d
parent0be2028ebfb55711770fa1808b26db4f7a63c26b (diff)
downloadaemu-8cb6837e4a0851efe6137740fa18171405db3824.tar.gz
Migrate Test Targets to New Android Ownership Model
This CL is created as a best effort to migrate test targets to the new Android ownership model. It is based on historical data from repository history and insights from git blame. Given the nature of this effort, there may be instances of incorrect attribution. If you find incorrect or unnecessary attribution in this CL, please create a new CL to fix that. For detailed guidelines and further information on the migration please refer to the link below, go/new-android-ownership-model Bug: 304529413 Test: N/A Change-Id: I3049035eb5a7506f8cf443fabb54a4a64cc81d1d
-rw-r--r--base/Android.bp5
1 files changed, 3 insertions, 2 deletions
diff --git a/base/Android.bp b/base/Android.bp
index e767958..d01d66c 100644
--- a/base/Android.bp
+++ b/base/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_automotive",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "hardware_google_aemu_license"
@@ -45,7 +46,7 @@ cc_library_static {
// Run with `atest --host gfxstream_base_tests`
cc_test_host {
name: "gfxstream_base_tests",
- defaults: [ "gfxstream_defaults" ],
+ defaults: ["gfxstream_defaults"],
srcs: [
"LruCache_unittest.cpp",
],
@@ -62,7 +63,7 @@ cc_test_host {
cc_test_library {
name: "gfxstream_base_test_support",
- defaults: [ "gfxstream_defaults" ],
+ defaults: ["gfxstream_defaults"],
srcs: [
"testing/file_io.cpp",
],