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

Commit 371c96cb authored by Ronish Kalia's avatar Ronish Kalia Committed by Android (Google) Code Review
Browse files

Merge "[DON'T BLOCK] Test ownership migration rules" into main

parents c6f30c3e 4326b43c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
package {
    default_team: "trendy_team_android_settings_app",
    default_applicable_licenses: ["packages_apps_Settings_license"],
}

+8 −4
Original line number Diff line number Diff line
@@ -2,10 +2,14 @@
// unit/robo/screenshot etc.
//
// This library shouldn't have many dependencies.
package {
    default_team: "trendy_team_android_settings_app",
}

android_library {
    name: "FingerprintManagerInteractor",
    srcs: [
      "**/*.kt"
        "**/*.kt",
    ],
    static_libs: [
        "BiometricsSharedLib",
+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package {
    default_team: "trendy_team_android_settings_app",
}

android_app {
    name: "ScreenshotTestStub",
    defaults: [
+5 −1
Original line number Diff line number Diff line
package {
    default_team: "trendy_team_android_settings_app",
}

android_library {
    name: "Settings-testutils2",
    srcs: [
        "src/**/*.kt"
        "src/**/*.kt",
    ],
    libs: [
        "BiometricsSharedLib",