Skip to content

Commit

Permalink
chiron: Add remaining symbols required by libMiCameraHal
Browse files Browse the repository at this point in the history
Change-Id: I21208f6102ee1f1902823eee72d1a7e051ba3237
  • Loading branch information
mikeNG authored and BYZYB committed Jan 15, 2025
1 parent 8d26b02 commit 30b19ec
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion camera/libicuuc.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2023 The LineageOS Project
* Copyright (C) 2023-2025 The LineageOS Project
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand All @@ -8,14 +8,42 @@ extern "C" void _ZN6icu_6011StringPieceC1EPKc() {
return;
}

extern "C" void _ZN6icu_6013UnicodeString8doAppendERKS0_ii() {
return;
}

extern "C" void _ZN6icu_6013UnicodeString8fromUTF8ENS_11StringPieceE() {
return;
}

extern "C" void _ZN6icu_6013UnicodeString8moveFromERS0_() {
return;
}

extern "C" void _ZN6icu_6013UnicodeStringC1EPKDs() {
return;
}

extern "C" void _ZN6icu_6013UnicodeStringC1ERKS0_() {
return;
}

extern "C" void _ZN6icu_6013UnicodeStringD1Ev() {
return;
}

extern "C" void _ZNK6icu_6013UnicodeString13doCaseCompareEiiPKDsiij() {
return;
}

extern "C" void _ZTVN6icu_6013UnicodeStringE() {
return;
}

extern "C" void ucnv_fromUChars_60() {
return;
}

extern "C" void ucnv_toUChars_60() {
return;
}
Expand Down

0 comments on commit 30b19ec

Please sign in to comment.