summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Hall2017-06-12 12:51:34 -0500
committerJae Shin2017-09-14 19:32:27 -0500
commitb5ec6a032c254bbbb8508e870035660c86485b5d (patch)
tree191947eb8f175dc6bfe14e7d4ae88a955efd018f /libsync/libsync.map.txt
parent0a01830612762e226570f73d54c415a621e88297 (diff)
downloadplatform-system-core-b5ec6a032c254bbbb8508e870035660c86485b5d.tar.gz
platform-system-core-b5ec6a032c254bbbb8508e870035660c86485b5d.tar.xz
platform-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/libsync.map.txt')
-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 @@
17LIBSYNC { 17LIBSYNC {
18 global: 18 global:
19 sync_merge; # introduced=26 19 sync_merge; # introduced=26
20 sync_get_fence_info; # introduced=26 20 sync_file_info; # introduced=26
21 sync_free_fence_info; # introduced=26 21 sync_file_info_free; # introduced=26
22 local: 22 local:
23 *; 23 *;
24}; 24};