summaryrefslogtreecommitdiffstats
path: root/libsync
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2017-06-12 10:51:34 -0700
committerJae Shin <jaeshin@google.com>2017-09-15 00:32:27 +0000
commitb5ec6a032c254bbbb8508e870035660c86485b5d (patch)
tree191947eb8f175dc6bfe14e7d4ae88a955efd018f /libsync
parent0a01830612762e226570f73d54c415a621e88297 (diff)
downloadsystem_core-b5ec6a032c254bbbb8508e870035660c86485b5d.tar.gz
system_core-b5ec6a032c254bbbb8508e870035660c86485b5d.tar.bz2
system_core-b5ec6a032c254bbbb8508e870035660c86485b5d.zip
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 Merged-In: Ie5955865667b35067f1ee209933f159f170419cd Change-Id: Ie5955865667b35067f1ee209933f159f170419cd (cherry picked from commit 59d9ee5d020c54d89cbb520b30fa19765a68646d)
Diffstat (limited to 'libsync')
-rw-r--r--libsync/libsync.map.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsync/libsync.map.txt b/libsync/libsync.map.txt
index daa28ae92..f9057bd7f 100644
--- a/libsync/libsync.map.txt
+++ b/libsync/libsync.map.txt
@@ -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:
*;
};