mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2024-11-27 08:50:45 +00:00
91603dca50
Merge pull request !2741 from Shimenkov Mikhail/abckit_win |
||
---|---|---|
.. | ||
abckit | ||
doc | ||
include | ||
scripts | ||
src | ||
tests | ||
.clang-format | ||
.clang-tidy | ||
.doxygen | ||
abckit_config.gni | ||
BUILD.gn | ||
eslint.config.js | ||
package.json | ||
README.md |
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"