Merge "[DON'T BLOCK] Test ownership migration rules" into main
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package {
|
||||
default_team: "trendy_team_android_settings_app",
|
||||
default_applicable_licenses: ["packages_apps_Settings_license"],
|
||||
}
|
||||
|
||||
|
@@ -2,13 +2,17 @@
|
||||
// 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",
|
||||
"kotlinx-coroutines-android",
|
||||
"BiometricsSharedLib",
|
||||
"kotlinx-coroutines-android",
|
||||
],
|
||||
}
|
||||
}
|
||||
|
@@ -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: [
|
||||
|
@@ -1,7 +1,11 @@
|
||||
package {
|
||||
default_team: "trendy_team_android_settings_app",
|
||||
}
|
||||
|
||||
android_library {
|
||||
name: "Settings-testutils2",
|
||||
srcs: [
|
||||
"src/**/*.kt"
|
||||
"src/**/*.kt",
|
||||
],
|
||||
libs: [
|
||||
"BiometricsSharedLib",
|
||||
|
Reference in New Issue
Block a user