!53 删除编译脚本中的lite_conponent模板,使用gn原生的group函数

Merge pull request !53 from jady3356/master
This commit is contained in:
openharmony_ci
2021-09-16 08:24:55 +00:00
committed by Gitee
+3 -4
View File
@@ -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" ]
}
}