mirror of
https://github.com/openharmony/utils_native_lite.git
synced 2026-07-19 14:33:34 -04:00
!53 删除编译脚本中的lite_conponent模板,使用gn原生的group函数
Merge pull request !53 from jady3356/master
This commit is contained in:
@@ -11,17 +11,16 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import("//build/lite/config/subsystem/lite_subsystem.gni")
|
||||
import("//build/lite/ndk/ndk.gni")
|
||||
|
||||
lite_subsystem("utils") {
|
||||
subsystem_components = [
|
||||
group("utils") {
|
||||
deps = [
|
||||
"kv_store:kv_store",
|
||||
"os_dump:utils_os_dump",
|
||||
]
|
||||
|
||||
if (ohos_kernel_type == "liteos_m") {
|
||||
subsystem_components += [ "file:file" ]
|
||||
deps += [ "file:file" ]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user