mirror of
https://github.com/openharmony/third_party_mimalloc.git
synced 2026-07-01 07:28:51 -04:00
!6 Add licence to BUILD.gn file
Merge pull request !6 from valeevtimur/add-licence-to-buildgn
This commit is contained in:
@@ -30,6 +30,8 @@ config("libmimalloc_config") {
|
||||
ohos_shared_library("libmimalloc_shared") {
|
||||
configs = [ ":libmimalloc_config" ]
|
||||
|
||||
license_file = "./NOTICE"
|
||||
|
||||
sources = [
|
||||
"src/static.c"
|
||||
]
|
||||
@@ -52,6 +54,8 @@ ohos_shared_library("libmimalloc_shared") {
|
||||
ohos_static_library("libmimalloc_static") {
|
||||
configs = [ ":libmimalloc_config" ]
|
||||
|
||||
license_file = "./NOTICE"
|
||||
|
||||
sources = [
|
||||
"src/static.c"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user