summaryrefslogtreecommitdiff
path: root/libicuuc/stubs_arm64.cc
diff options
context:
space:
mode:
authordimitry <dimitry@google.com>2022-04-14 07:03:05 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-04-14 07:03:05 +0000
commitb85a35f60a8603b711437038bbe2c268224a698c (patch)
tree30d8c5ef7d0c1acb57d50341d7a0bd9cc7e44bdc /libicuuc/stubs_arm64.cc
parent6bf6d91b6f187785aaacbdc834958bcf3bed2eed (diff)
parent4a4333ee29bc6b4fec86c165a11f7cc7fc9cfacc (diff)
downloadnative_bridge_support-b85a35f60a8603b711437038bbe2c268224a698c.tar.gz
Update native-bridge stubs am: 9ee4877e6a am: 4a4333ee29
Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/native_bridge_support/+/2064087 Change-Id: I0b03f17243feb967b640dcccc8ca3210b8c5cf39 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'libicuuc/stubs_arm64.cc')
-rw-r--r--libicuuc/stubs_arm64.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libicuuc/stubs_arm64.cc b/libicuuc/stubs_arm64.cc
index 9c59da2..09c30c4 100644
--- a/libicuuc/stubs_arm64.cc
+++ b/libicuuc/stubs_arm64.cc
@@ -742,6 +742,7 @@ DEFINE_INTERCEPTABLE_STUB_FUNCTION(_ZN6icu_7022RuleBasedBreakIterator9dumpCacheE
DEFINE_INTERCEPTABLE_STUB_FUNCTION(_ZN6icu_7022RuleBasedBreakIterator9followingEi);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(_ZN6icu_7022RuleBasedBreakIterator9precedingEi);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(_ZN6icu_7022RuleBasedBreakIteratorC2EP11UDataMemoryR10UErrorCode);
+DEFINE_INTERCEPTABLE_STUB_FUNCTION(_ZN6icu_7022RuleBasedBreakIteratorC2EP11UDataMemoryaR10UErrorCode);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(_ZN6icu_7022RuleBasedBreakIteratorC2EPKhjR10UErrorCode);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(_ZN6icu_7022RuleBasedBreakIteratorC2EPNS_14RBBIDataHeaderER10UErrorCode);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(_ZN6icu_7022RuleBasedBreakIteratorC2ERKNS_13UnicodeStringER11UParseErrorR10UErrorCode);
@@ -3120,6 +3121,7 @@ static void __attribute__((constructor(0))) init_stub_library() {
INIT_INTERCEPTABLE_STUB_FUNCTION("libicuuc.so", _ZN6icu_7022RuleBasedBreakIterator9followingEi);
INIT_INTERCEPTABLE_STUB_FUNCTION("libicuuc.so", _ZN6icu_7022RuleBasedBreakIterator9precedingEi);
INIT_INTERCEPTABLE_STUB_FUNCTION("libicuuc.so", _ZN6icu_7022RuleBasedBreakIteratorC2EP11UDataMemoryR10UErrorCode);
+ INIT_INTERCEPTABLE_STUB_FUNCTION("libicuuc.so", _ZN6icu_7022RuleBasedBreakIteratorC2EP11UDataMemoryaR10UErrorCode);
INIT_INTERCEPTABLE_STUB_FUNCTION("libicuuc.so", _ZN6icu_7022RuleBasedBreakIteratorC2EPKhjR10UErrorCode);
INIT_INTERCEPTABLE_STUB_FUNCTION("libicuuc.so", _ZN6icu_7022RuleBasedBreakIteratorC2EPNS_14RBBIDataHeaderER10UErrorCode);
INIT_INTERCEPTABLE_STUB_FUNCTION("libicuuc.so", _ZN6icu_7022RuleBasedBreakIteratorC2ERKNS_13UnicodeStringER11UParseErrorR10UErrorCode);