Yasin Kilicdere 85e1b02ec4 Fixes changing the font scale of a background user should not affect UI
It also fixes the same issue with the font weight.

Bug: 190043007
Test: atest MultiUserTests
Change-Id: I90c5a7f74613b6032f501c8b53ad79025f09a211
2021-10-28 19:14:30 +00:00

28 lines
725 B
Plaintext

package {
// 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"],
}
android_test {
name: "MultiUserTests",
platform_apis: true,
srcs: ["src/**/*.java"],
static_libs: [
"androidx.test.rules",
"androidx.test.runner",
"services.core",
],
libs: [
"android.test.runner",
"android.test.base",
"android.test.mock",
],
certificate: "platform",
test_suites: ["device-tests"],
}