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

Commit 9d65efac authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Replace HAVE_ANDROID_OS with __ANDROID__.

Change-Id: I99d63bb7f36c274fd2142823f357963257406ced
(cherry picked from commit ab38ad99ff57816354f2ee5c742a0bc220f216b3)
parent 89b95067
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ sp<M3UParser> HTTPDownloader::fetchPlaylist(
    // MD5 functionality is not available on the simulator, treat all
    // playlists as changed.

#if defined(HAVE_ANDROID_OS)
#if defined(__ANDROID__)
    uint8_t hash[16];

    MD5_CTX m;