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:
parent
ec39a758a1
commit
59d9ee5d02
|
@ -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:
|
||||
*;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue