File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,10 @@ base.hnp: $(STAMP) utils/pbcopy utils/pbpaste
6060 cp $(TOOL_HOME ) /sdk/default/openharmony/native/llvm/lib/clang/15.0.4/lib/aarch64-linux-ohos/clang_rt.crtbegin.o sysroot/aarch64-unknown-linux-musl/lib/crtbegin.o
6161 cp $(TOOL_HOME ) /sdk/default/openharmony/native/llvm/lib/clang/15.0.4/lib/aarch64-linux-ohos/clang_rt.crtend.o sysroot/aarch64-unknown-linux-musl/lib/crtend.o
6262 cp $(TOOL_HOME ) /sdk/default/openharmony/native/llvm/lib/clang/15.0.4/lib/aarch64-linux-ohos/libclang_rt.builtins.a sysroot/aarch64-unknown-linux-musl/lib/libgcc.a
63- $(TOOL_HOME ) /sdk/default/openharmony/toolchains/hnpcli pack -i sysroot -n base -v 1.0
63+ # $(TOOL_HOME)/sdk/default/openharmony/toolchains/hnpcli pack -i sysroot -n base -v 1.0
64+ cp hnp.json sysroot
65+ rm -f base.hnp
66+ zip -r base.hnp sysroot
6467
6568% /.stamp : % /Makefile
6669 make -C $(patsubst % /.stamp,% ,$@ )
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " hnp-config" ,
3+ "name" : " base" ,
4+ "version" : " 1.0" ,
5+ "install" : {
6+ }
7+ }
You can’t perform that action at this time.
0 commit comments