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

Commit a859c2f6 authored by Spandan Das's avatar Spandan Das
Browse files

Replace #apex with #systemapi

The intended use is
    - #apex is APEX-visible symbols provided by apex libraries
    - #systemapi is APEX-visible symbols provided by platform libraries

Since libmediandk is a platform library, using # apex annotationn meant
that these symbols were not actually visible to apex variants
(b/265485106)

Bug: 239274367
Bug: 265485106
Test: TH
Change-Id: I28db5cd0d3a76afa1a7ecac042ee02dd74faa2f1
parent ce466807
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -181,11 +181,11 @@ LIBMEDIANDK {
    AMediaCodecCryptoInfo_setPattern; # introduced=24
    AMediaCodec_configure;
    AMediaCodec_createCodecByName;
    AMediaCodec_createCodecByNameForClient; # apex # introduced=31
    AMediaCodec_createCodecByNameForClient; # systemapi # introduced=31
    AMediaCodec_createDecoderByType;
    AMediaCodec_createDecoderByTypeForClient; # apex # introduced=31
    AMediaCodec_createDecoderByTypeForClient; # systemapi # introduced=31
    AMediaCodec_createEncoderByType;
    AMediaCodec_createEncoderByTypeForClient; # apex # introduced=31
    AMediaCodec_createEncoderByTypeForClient; # systemapi # introduced=31
    AMediaCodec_delete;
    AMediaCodec_dequeueInputBuffer;
    AMediaCodec_dequeueOutputBuffer;