Satish Nada
unread,May 11, 2021, 2:35:42 AM5/11/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev, matt...@chromium.org, Chromium-dev, zuha...@gmail.com
Hello Respected Zuhair Zubair,
We tried to build separate chromium build APK for android using Android studio for
ARM 64 we able run project build but
its not working on my Android device (ARM 64 ABI) its give error as i have attached images
We followed below steps https://chromium.googlesource.com/chromium/src/+/master/docs/android_build_instructions.mdFor build apk we user thisautoninja -C out/Default chrome_public_apk
We used below GN files for build project for ABI ARM64 configuration.target_os = "android"
target_cpu = "arm64"
is_debug = false
android_channel = "stable"
is_official_build = true
is_component_build = false
is_clang = true
symbol_level = 0
blink_symbol_level=0
use_unofficial_version_number = false
v8_use_external_startup_data = true
fieldtrial_testing_like_official_build = true
icu_use_data_file = false
ffmpeg_branding = "Chrome"
proprietary_codecs = true
multidex_in_release = true
exclude_unwind_tables = true
The below is Android Gradle Configuration for NDK
For ARM 64
ndk {
abiFilters 'arm64-v8a'
}
and added SO files in 'arm64-v8a' directory under jniLibs directory
as below files name
jniLibs/arm64-v8a
libchrome.so
libchrome__combined.so
libchrome_crashpad_handler.so
libchrome_pak_allowlist_inputs.so
libchromium_android_linker.so
Can any one share solution for this or any suggestions to resolve this issue
Thank you very much in advance.