Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85b59459 authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Move services/ telecom deps to telecomm/ for mainline

In order to prepare to move all of these files to telecom,
move services/ deps to telecomm/ as well/

Flag: build.ENABLE_TELECOM_MAINLINE_MODULE
Bug: 40050368
Test: compile + test on CF target
Change-Id: I2deb5019faa73fc72c30db84ee632024325181af
parent e2a87061
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -162,6 +162,9 @@ java_library_static {
        // Java/AIDL sources to be moved out to CrashRecovery module
        ":services-crashrecovery-sources",

        // Telecom sources to move out to Telecom module
        ":service-telecom-sources",

        // Indicate whether VCN is in platform or mainline
        ":vcn-location-sources",
    ],
+18 −0
Original line number Diff line number Diff line
package {
    default_team: "trendy_team_fwk_telephony",
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "frameworks_base_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["frameworks_base_license"],
}

filegroup {
    name: "service-telecom-sources",
    srcs: [
        "**/*.java",
    ],
    path: "java",
    visibility: ["//frameworks/base/services/core"],
}