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

Commit 125e4791 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 9d65efac: Replace HAVE_ANDROID_OS with __ANDROID__.

* commit '9d65efac':
  Replace HAVE_ANDROID_OS with __ANDROID__.
parents cdaed4e7 9d65efac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -241,7 +241,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;