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

Commit 0c5c24f2 authored by Jungshik Jang's avatar Jungshik Jang
Browse files

Change visibility of RecordSource into public.

RecordSource should be accessible outside of
android.hardware.hdmi.

Bug: 17775014
Change-Id: I4c8879dc1504aad9672555c17d5b7f6643ed5188
parent 92c40bbd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -55,8 +55,10 @@ public final class HdmiRecordSources {

    /**
     * Base class for each record source.
     * @hide
     */
    static abstract class RecordSource {
    @SystemApi
    public static abstract class RecordSource {
        protected final int mSourceType;
        protected final int mExtraDataSize;