summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:55:51 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:55:51 +0000
commit6fd27ab8810e9df7af97ca02ef43864d12dcb934 (patch)
tree6de39cac067f0244c9fac2e7e46a4256af6729c6
parent9a0a4df0a78d3ffe7b6b4f08b0090b3bb35d4687 (diff)
downloadcamera-6fd27ab8810e9df7af97ca02ef43864d12dcb934.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: I100ca7a86f6d7b020174a57d41999bb29426f55e
-rw-r--r--common/apex_update_listener/Android.bp11
-rw-r--r--common/hal/tests/Android.bp1
-rw-r--r--common/sensor_listener/Android.bp1
3 files changed, 8 insertions, 5 deletions
diff --git a/common/apex_update_listener/Android.bp b/common/apex_update_listener/Android.bp
index 377b99a..f869a31 100644
--- a/common/apex_update_listener/Android.bp
+++ b/common/apex_update_listener/Android.bp
@@ -3,6 +3,7 @@
// and GCH
package {
+ default_team: "trendy_team_pixel_camera_system_software",
default_applicable_licenses: ["Android-Apache-2.0"],
}
@@ -27,11 +28,11 @@ cc_defaults {
}
cc_defaults {
- name: "apex_update_listener_cc_defaults_static",
- static_libs: [
- "libtinyxml2",
- "libapex_update_listener",
- ],
+ name: "apex_update_listener_cc_defaults_static",
+ static_libs: [
+ "libtinyxml2",
+ "libapex_update_listener",
+ ],
}
cc_library_static {
diff --git a/common/hal/tests/Android.bp b/common/hal/tests/Android.bp
index 16c943d..7b8bba4 100644
--- a/common/hal/tests/Android.bp
+++ b/common/hal/tests/Android.bp
@@ -15,6 +15,7 @@
*/
package {
+ default_team: "trendy_team_pixel_camera_system_software",
// See: http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/common/sensor_listener/Android.bp b/common/sensor_listener/Android.bp
index 56e6d7b..1fdefb8 100644
--- a/common/sensor_listener/Android.bp
+++ b/common/sensor_listener/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_pixel_camera_system_software",
default_applicable_licenses: ["Android-Apache-2.0"],
}