summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-04-22 16:32:30 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-22 16:32:30 +0000
commita9d8ead5b061f20ff0458ca7a33ebc7e99267bf3 (patch)
treea4fb89c3d6e84e46fefd787522731b82b6514cb2
parent1ed9a1c3ac3d4fd4a572731bcd8671b60af1c37b (diff)
parent6fd27ab8810e9df7af97ca02ef43864d12dcb934 (diff)
downloadcamera-main.tar.gz
Merge "Migrate Test Targets to New Android Ownership Model" into mainHEADmastermain
-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 79d5a36..b02cbac 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"],
}