diff options
| author | 2024-02-13 13:08:30 +0000 | |
|---|---|---|
| committer | 2024-02-13 13:08:30 +0000 | |
| commit | f86d02b37ec00fb3fa8a3f64d67b2b2c0f3a8428 (patch) | |
| tree | 5e9e449ef35b3a52ed3c9df357d7644b4fd1a91c /libs/gui | |
| parent | a38f2a995b68cb2895ae91a4b882828394a0d708 (diff) | |
| parent | 3819e6065e628ac077ba1c12a3ff4cfaa93a698e (diff) | |
Merge "[DON'T BLOCK] Test ownership migration rules" into main
Diffstat (limited to 'libs/gui')
| -rw-r--r-- | libs/gui/tests/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gui/tests/Android.bp b/libs/gui/tests/Android.bp index 462ce6e14f..15e8744713 100644 --- a/libs/gui/tests/Android.bp +++ b/libs/gui/tests/Android.bp @@ -3,6 +3,7 @@ // Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE) // to integrate with auto-test framework. package { + default_team: "trendy_team_android_core_graphics_stack", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "frameworks_native_license" |