[DON'T BLOCK] Test ownership migration rules am: cfc6cdbf81 am: 260f8a0c17
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Telephony/+/2936459
Change-Id: I35411417e9fa6203427c6e480e4c1f29a1df7d33
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/apex/Android.bp b/apex/Android.bp
index 41fa969..4a419f0 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_fwk_telephony",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/libs/TelephonyStatsLib/Android.bp b/libs/TelephonyStatsLib/Android.bp
index 353075e..11a4cbd 100644
--- a/libs/TelephonyStatsLib/Android.bp
+++ b/libs/TelephonyStatsLib/Android.bp
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-
package {
+ default_team: "trendy_team_fwk_telephony",
default_applicable_licenses: ["Android-Apache-2.0"],
}
@@ -37,7 +37,7 @@
libs: [
"android.test.runner",
"android.test.mock",
- "android.test.base"
+ "android.test.base",
],
static_libs: [
"androidx.test.rules",
diff --git a/services/QualifiedNetworksService/Android.bp b/services/QualifiedNetworksService/Android.bp
index 5549e74..addebd8 100644
--- a/services/QualifiedNetworksService/Android.bp
+++ b/services/QualifiedNetworksService/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_fwk_telephony",
default_applicable_licenses: ["Android-Apache-2.0"],
}