diff options
author | Alec Mouri <alecmouri@google.com> | 2020-01-31 19:14:20 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-01-31 19:14:20 +0000 |
commit | a8f9a9e85fac032a65de9d9fc1ee6c496cc804c2 (patch) | |
tree | 674f414efd4e53f4418f03507958718dd0151b4f /native | |
parent | e0fb3e2dcd6c4a54e8cf1696fbeb174b0985c22d (diff) | |
parent | 26c5fbb065f4a814f2b0e22ae261e07204493aa9 (diff) |
Merge "[AChoreographer] Lift refresh rate callbacks into NDK"
Diffstat (limited to 'native')
-rw-r--r-- | native/android/libandroid.map.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/native/android/libandroid.map.txt b/native/android/libandroid.map.txt index 97b861b390ad..a8f1d2c7bbba 100644 --- a/native/android/libandroid.map.txt +++ b/native/android/libandroid.map.txt @@ -23,6 +23,8 @@ LIBANDROID { AChoreographer_postFrameCallbackDelayed; # introduced=24 AChoreographer_postFrameCallback64; # introduced=29 AChoreographer_postFrameCallbackDelayed64; # introduced=29 + AChoreographer_registerRefreshRateCallback; # introduced=30 + AChoreographer_unregisterRefreshRateCallback; # introduced=30 AConfiguration_copy; AConfiguration_delete; AConfiguration_diff; |