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

Commit bf2a3563 authored by Atneya Nair's avatar Atneya Nair Committed by Android (Google) Code Review
Browse files

Merge "Expose audioserver flags for static CTS inc" into main

parents 4a6b44fa 0158c039
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -68,6 +68,12 @@ java_aconfig_library {
    aconfig_declarations: "com.android.media.audio-aconfig",
}

// For CTS usage
java_aconfig_library {
    name: "com.android.media.audioserver-aconfig-java",
    aconfig_declarations: "com.android.media.audioserver-aconfig",
}

// Framework available flags to follow
// Care must be taken to avoid namespace conflicts.
// These flags are accessible outside of the platform! Limit usage to @FlaggedApi wherever possible