[DON'T BLOCK] Test ownership migration rules
This CL is created as a best effort to migrate test targets
to the new android ownership model. If you find incorrect or unnecessary
attribution in this CL, please create a separate CL to fix that.
For more details please refer to the link below,
<add g3 doc link>
Bug: 304529413
Test: N/A
(cherry picked from aosp/2940135)
Change-Id: I7d85f61e8052f0da07814ca99210039d338d2d15
diff --git a/Android.bp b/Android.bp
index c706ba4..a5bf21a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_android_rubidium",
default_applicable_licenses: ["packages_modules_ExtServices_license"],
}
@@ -54,7 +55,7 @@
"androidx.appsearch_appsearch-platform-storage",
],
- libs : [
+ libs: [
"framework-configinfrastructure",
"framework-connectivity",
],
@@ -83,7 +84,11 @@
"ExtServices-core",
],
jarjar_rules: "jarjar-rules.txt",
- jni_libs: ["libtextclassifier", "libextservices_jni", "libhpke_jni"],
+ jni_libs: [
+ "libtextclassifier",
+ "libextservices_jni",
+ "libhpke_jni",
+ ],
use_embedded_native_libs: true,
apex_available: [
"//apex_available:platform",
@@ -110,7 +115,11 @@
"AdServices-core",
],
jarjar_rules: "jarjar-rules.txt",
- jni_libs: ["libtextclassifier", "libextservices_jni", "libhpke_jni"],
+ jni_libs: [
+ "libtextclassifier",
+ "libextservices_jni",
+ "libhpke_jni",
+ ],
libs: ["android.ext.adservices"],
optional_uses_libs: ["android.ext.adservices"],
use_embedded_native_libs: true,
diff --git a/apex/Android.bp b/apex/Android.bp
index 1cc1c45..1c5b7bc 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_android_rubidium",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "packages_modules_ExtServices_license"
diff --git a/apex/permissions/Android.bp b/apex/permissions/Android.bp
index 0c2cc4e..ae69906 100644
--- a/apex/permissions/Android.bp
+++ b/apex/permissions/Android.bp
@@ -14,6 +14,7 @@
// limitations under the License.
//
package {
+ default_team: "trendy_team_android_rubidium",
default_applicable_licenses: ["Android-Apache-2.0"],
default_visibility: [
"//packages/modules/AdServices:__subpackages__",
diff --git a/apex/testing/Android.bp b/apex/testing/Android.bp
index 3dbc5fb..d680aac 100644
--- a/apex/testing/Android.bp
+++ b/apex/testing/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_android_rubidium",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "packages_modules_ExtServices_license"
diff --git a/java/tests/Android.bp b/java/tests/Android.bp
index f44e9b1..77fe49b 100644
--- a/java/tests/Android.bp
+++ b/java/tests/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_android_rubidium",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "packages_modules_ExtServices_license"
diff --git a/jni/Android.bp b/jni/Android.bp
index 3895b60..3d4f75c 100644
--- a/jni/Android.bp
+++ b/jni/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_android_rubidium",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "packages_modules_ExtServices_license"
diff --git a/native/Android.bp b/native/Android.bp
index 84c8a14..395f240 100644
--- a/native/Android.bp
+++ b/native/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_android_rubidium",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "packages_modules_ExtServices_license"
diff --git a/native/pHash/fuzzer/Android.bp b/native/pHash/fuzzer/Android.bp
index 693cc34..df9c9f1 100644
--- a/native/pHash/fuzzer/Android.bp
+++ b/native/pHash/fuzzer/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_android_rubidium",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "packages_modules_ExtServices_license"
@@ -8,26 +9,29 @@
}
cc_fuzz {
- name: "libPHashFuzzer",
- srcs: [
- "fuzzed_phash_fingerprinter.cpp",
- ],
- static_libs: [
- "libextservices",
- "libfft2d",
- ],
- apex_available: [
- "//apex_available:platform",
- "com.android.extservices",
- ],
- fuzz_config: {
- cc: ["chaviw@google.com", "wanggang@google.com"],
+ name: "libPHashFuzzer",
+ srcs: [
+ "fuzzed_phash_fingerprinter.cpp",
+ ],
+ static_libs: [
+ "libextservices",
+ "libfft2d",
+ ],
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.extservices",
+ ],
+ fuzz_config: {
+ cc: [
+ "chaviw@google.com",
+ "wanggang@google.com",
+ ],
- // The ID for
- // Android > Android OS & Apps > Framework (java + native) > SmartOS > ExtServices
- componentid: 959583,
- },
- corpus: [
- "corpus/*.raw"
- ],
+ // The ID for
+ // Android > Android OS & Apps > Framework (java + native) > SmartOS > ExtServices
+ componentid: 959583,
+ },
+ corpus: [
+ "corpus/*.raw",
+ ],
}
diff --git a/native/tests/Android.bp b/native/tests/Android.bp
index 19c7392..b47a245 100644
--- a/native/tests/Android.bp
+++ b/native/tests/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_android_rubidium",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "packages_modules_ExtServices_license"