1{ 2 "full_x86_64": { 3 "ETS_RUNTIME_PATH": "out/rk3568/clang_x64/arkcompiler/ets_runtime/", 4 "STUB_AN": "out/rk3568/clang_x64/gen/arkcompiler/ets_runtime/stub.an", 5 "LIBS_LIST": [ 6 "out/rk3568/clang_x64/thirdparty/icu/", 7 "out/rk3568/clang_x64/thirdparty/zlib/", 8 "prebuilts/clang/ohos/linux-x86_64/llvm/lib/" 9 ], 10 "ES2ABC": "out/rk3568/clang_x64/arkcompiler/ets_frontend/es2abc" 11 }, 12 "independent_x86_64": { 13 "ETS_RUNTIME_PATH": "out/x64.release/arkcompiler/ets_runtime", 14 "STUB_AN": "out/x64.release/gen/arkcompiler/ets_runtime/stub.an", 15 "LIBS_LIST": [ 16 "out/x64.release/thirdparty/icu/" 17 ], 18 "ES2ABC": "out/x64.release/arkcompiler/ets_frontend/es2abc" 19 }, 20 "independent_arm64": { 21 "ETS_RUNTIME_PATH": "out/arm64.release/arkcompiler/ets_runtime", 22 "STUB_AN": "out/arm64.release/gen/arkcompiler/ets_runtime/stub.an", 23 "LIBS_LIST": [ 24 "out/arm64.release/thirdparty/icu/", 25 "out/arm64.release/thirdparty/bounds_checking_function" 26 ], 27 "ES2ABC": "out/x64.release/arkcompiler/ets_frontend/es2abc" 28 } 29}