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
This commit is contained in:
Jesse Hall 2017-06-12 10:51:34 -07:00
parent ec39a758a1
commit 59d9ee5d02
1 changed files with 2 additions and 2 deletions

View File

@ -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:
*;
};