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

Commit 0158c039 authored by Atneya Nair's avatar Atneya Nair
Browse files

Expose audioserver flags for static CTS inc

For flag aware testing purposes.

Test: Compiles
Bug: 319186382
Change-Id: I3d80c045ee0219d9ba3f250a5422ae0c730d8562
parent 42e1a5ca
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -56,6 +56,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