Skip to content

Commit 311c2f2

Browse files
committed
build: Add a method for getting short package name from package
1 parent b599250 commit 311c2f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ $(foreach l,$(source-types),$(call source-list-cleanup,$l))
7979
deps :=
8080
srcdir := $3
8181
$1.$2-library := $1
82+
$1.$2-package := $2
8283
$1.$2-sub-packages :=
8384
$1-all-packages += $1.$2
8485
packages :=

0 commit comments

Comments
 (0)