Skip to content

Commit 7c5d66b

Browse files
committed
support private hnp
1 parent 97a569c commit 7c5d66b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build-hnp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ all: copy
99

1010
copy: harmonix-public.hnp
1111
rm -f ../entry/hnp/arm64-v8a/*.hnp
12-
cp $^ ../entry/hnp/arm64-v8a
12+
cp $^ ../entry/hnp/arm64-v8a/harmonix-private.hnp
1313
cp $^ ../entry/hnp/arm64-v8a/harmonix-public.hnp
1414

1515
harmonix-public.hnp: $(STAMP) Makefile

entry/src/main/module.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@
7373
{
7474
"package": "harmonix-public.hnp",
7575
"type": "public"
76+
},
77+
{
78+
"package": "harmonix-private.hnp",
79+
"type": "private"
7680
}
7781
]
7882
}

0 commit comments

Comments
 (0)