summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-01 00:21:31 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-01 00:21:31 +0000
commit1cc263ff7844929410e879941da67c4e9ce9e6dd (patch)
tree341fa0d099e56423295b0efd54e10754c935f3b4
parent9afb8afc6bfa1c223ecfe336da2009610ae4ed58 (diff)
parent0e552f7e1f080bfb8e92fed4c753eee9f6033f37 (diff)
downloadTelephony-android14-qpr3-s2-release.tar.gz
Change-Id: I503e58f9af1af8db761ba436dab48c80ac4f422c
-rw-r--r--apex/Android.bp1
-rw-r--r--libs/TelephonyStatsLib/Android.bp4
-rw-r--r--services/QualifiedNetworksService/Android.bp1
3 files changed, 4 insertions, 2 deletions
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 @@ android_test {
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"],
}