mirror of
https://github.com/openharmony/third_party_mtdev.git
synced 2026-07-19 19:13:33 -04:00
Signed-off-by:hhh2<pengfei.hou@huawei.com>
Signed-off-by: houpengfei <pengfei.hou@huawei.com>
This commit is contained in:
@@ -4,9 +4,7 @@ import("//build/ohos.gni")
|
||||
config("libmtdev_config") {
|
||||
visibility = [ ":*" ]
|
||||
|
||||
include_dirs = [
|
||||
"src",
|
||||
]
|
||||
include_dirs = [ "src" ]
|
||||
|
||||
cflags = [
|
||||
"-Wno-unused-parameter",
|
||||
@@ -15,12 +13,9 @@ config("libmtdev_config") {
|
||||
}
|
||||
|
||||
config("libmtdev_public_config") {
|
||||
include_dirs = [
|
||||
"include",
|
||||
]
|
||||
include_dirs = [ "include" ]
|
||||
|
||||
cflags = [
|
||||
]
|
||||
cflags = []
|
||||
}
|
||||
|
||||
ohos_shared_library("libmtdev") {
|
||||
@@ -32,20 +27,14 @@ ohos_shared_library("libmtdev") {
|
||||
"src/match_four.c",
|
||||
]
|
||||
|
||||
configs = [
|
||||
":libmtdev_config",
|
||||
]
|
||||
configs = [ ":libmtdev_config" ]
|
||||
|
||||
public_configs = [
|
||||
":libmtdev_public_config",
|
||||
]
|
||||
public_configs = [ ":libmtdev_public_config" ]
|
||||
|
||||
deps = [
|
||||
]
|
||||
deps = []
|
||||
|
||||
public_deps = [
|
||||
]
|
||||
public_deps = []
|
||||
|
||||
part_name = "multimodalinput_base"
|
||||
part_name = "input"
|
||||
}
|
||||
## Build libmtdev.so }}}
|
||||
|
||||
Reference in New Issue
Block a user