From 8090441aa0235dc39e7157b0e255fbcf61007cf6 Mon Sep 17 00:00:00 2001 From: huangyicong Date: Tue, 25 Jan 2022 15:14:58 +0800 Subject: [PATCH] delete ohos.build Signed-off-by: huangyicong --- ohos.build | 60 ------------------------------------------------------ 1 file changed, 60 deletions(-) delete mode 100644 ohos.build diff --git a/ohos.build b/ohos.build deleted file mode 100644 index b671cb1..0000000 --- a/ohos.build +++ /dev/null @@ -1,60 +0,0 @@ -{ - "subsystem": "utils", - "parts": { - "utils_base": { - "module_list": [ - "//utils/native/base:utils", - "//utils/native/ndk_libraries_config:ndk_libs_config", - "//utils/native/base:utilsecurec_shared", - "//third_party/bounds_checking_function:libsec_shared" - ], - "inner_kits": [ - { - "name": "//utils/native/base:utils", - "header": { - "header_files": [ - "include/ashmem.h", - "include/common_errors.h", - "include/common_timer_errors.h", - "include/datetime_ex.h", - "include/directory_ex.h", - "include/errors.h", - "include/file_ex.h", - "include/flat_obj.h", - "include/nocopyable.h", - "include/observer.h", - "include/parcel.h", - "include/pubdef.h", - "include/refbase.h", - "include/rwlock.h", - "include/safe_block_queue.h", - "include/safe_map.h", - "include/safe_queue.h", - "include/securec_p.h", - "include/securec.h", - "include/securectype.h", - "include/semaphore_ex.h", - "include/singleton.h", - "include/sorted_vector.h", - "include/string_ex.h", - "include/thread_ex.h", - "include/thread_pool.h", - "include/timer.h", - "include/unique_fd.h", - "src/event_demultiplexer.h", - "src/event_handler.h", - "src/event_reactor.h", - "src/timer_event_handler.h", - "src/unicode_ex.h", - "src/utils_log.h" - ], - "header_base": "//utils/native/base/" - } - } - ], - "test_list": [ - "//utils/native/base/test:unittest" - ] - } - } -} -- Gitee