chore: add default group automatly if needed

the name of the default group is the same with
the directory name.

Signed-off-by: Caoruihong <crh.cao@huawei.com>
Change-Id: I3d889a361534adc44e3b1bedfec13efe8e1babf2
This commit is contained in:
Caoruihong
2021-08-06 12:05:56 +08:00
parent d169cad6b4
commit 6549fd8be6
5 changed files with 12 additions and 16 deletions
-4
View File
@@ -144,10 +144,6 @@ kernel_module(module_name) {
public_configs = [ ":public" ]
}
group("usb") {
public_deps = [ ":$module_name" ]
}
config("public") {
include_dirs = [ "." ]
include_dirs += [ "$LITEOSTHIRDPARTY/FreeBSD/sys/dev/evdev" ]