We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a569c commit 7c5d66bCopy full SHA for 7c5d66b
build-hnp/Makefile
@@ -9,7 +9,7 @@ all: copy
9
10
copy: harmonix-public.hnp
11
rm -f ../entry/hnp/arm64-v8a/*.hnp
12
- cp $^ ../entry/hnp/arm64-v8a
+ cp $^ ../entry/hnp/arm64-v8a/harmonix-private.hnp
13
cp $^ ../entry/hnp/arm64-v8a/harmonix-public.hnp
14
15
harmonix-public.hnp: $(STAMP) Makefile
entry/src/main/module.json5
@@ -73,6 +73,10 @@
73
{
74
"package": "harmonix-public.hnp",
75
"type": "public"
76
+ },
77
+ {
78
+ "package": "harmonix-private.hnp",
79
+ "type": "private"
80
}
81
]
82
0 commit comments