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

Commit b2eeb467 authored by Aditya Choudhary's avatar Aditya Choudhary
Browse files

[DON'T BLOCK] Test ownership migration rules

This CL is created as a best effort to migrate test targets
to the new android ownership model. If you find incorrect or unnecessary
attribution in this CL, please create a separate CL to fix that.

For more details please refer to the link below,
<add g3 doc link>

Bug: 304529413
Test: N/A
Change-Id: Iff4eca6c665999ee1fcb2caa1d0a6608c775ead3
parent b187ec98
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
package {
    default_team: "trendy_team_android_media_audio_framework",
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "frameworks_av_license"
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
// frameworks/av/include.

package {
    default_team: "trendy_team_android_media_audio_framework",
    default_applicable_licenses: ["frameworks_av_license"],
}

+2 −1
Original line number Diff line number Diff line
package {
    default_team: "trendy_team_android_media_audio_framework",
    // 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"
@@ -11,7 +12,7 @@ cc_test {
    name: "sounddosemanager_tests",

    srcs: [
        "sounddosemanager_tests.cpp"
        "sounddosemanager_tests.cpp",
    ],

    defaults: [
+1 −0
Original line number Diff line number Diff line
package {
    default_team: "trendy_team_android_media_audio_framework",
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "frameworks_av_license"
+1 −0
Original line number Diff line number Diff line
package {
    default_team: "trendy_team_android_media_audio_framework",
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "frameworks_av_license"
Loading