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

Commit 59d9ee5d authored by Jesse Hall's avatar Jesse Hall
Browse files

Fix NDK libsync to match ndk/sync.h

The header names were changed during review, but the library map file
wasn't updated.

Bug: 62229958
Test: CtsGraphicsTestCases:android.graphics.cts.SyncTest
Change-Id: Ie5955865667b35067f1ee209933f159f170419cd
parent ec39a758
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@
LIBSYNC {
  global:
    sync_merge; # introduced=26
    sync_get_fence_info; # introduced=26
    sync_free_fence_info; # introduced=26
    sync_file_info; # introduced=26
    sync_file_info_free; # introduced=26
  local:
    *;
};