Commit 872c5520 authored by vvb2060's avatar vvb2060 Committed by John Wu

Add com.android.i18n to apex path

parent 339ca6d6
...@@ -57,9 +57,9 @@ static void (*android_update_LD_LIBRARY_PATH)(const char *ld_library_path); ...@@ -57,9 +57,9 @@ static void (*android_update_LD_LIBRARY_PATH)(const char *ld_library_path);
} }
#ifdef __LP64__ #ifdef __LP64__
constexpr char apex_path[] = "/apex/com.android.runtime/lib64:/apex/com.android.art/lib64:"; constexpr char apex_path[] = "/apex/com.android.runtime/lib64:/apex/com.android.art/lib64:/apex/com.android.i18n/lib64";
#else #else
constexpr char apex_path[] = "/apex/com.android.runtime/lib:/apex/com.android.art/lib:"; constexpr char apex_path[] = "/apex/com.android.runtime/lib:/apex/com.android.art/lib:/apex/com.android.i18n/lib:";
#endif #endif
static int dl_init = 0; static int dl_init = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment