mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2025-02-17 05:39:04 +00:00
AbcKit
AbcKit is a library for abc
file inspection and modification.
Documentation:
How to download and build
Download:
repo init -u https://gitee.com/ark-standalone-build/manifest.git -b master
repo sync -c -j8
repo forall -c 'git lfs pull'
./prebuilts_download.sh
Build AbcKit:
./ark.py x64.release abckit_packages --gn-args="is_standard_system=true abckit_enable=true"
Generate doxygen documentation
cd out/x64.release
ninja abckit_documentation
See generated documentation in out/x64.release/gen/arkcompiler/runtime_core/libabckit/doxygen