Files
梁鹏辉 cd7150acb0 change
Signed-off-by: 梁鹏辉 <liangpenghui2@huawei.com>
2024-07-23 19:34:28 +08:00

11 lines
287 B
Plaintext

declare_args() {
drivers_peripheral_motion_feature_community = true
drivers_peripheral_motion_feature_model = false
motion_c_utils_enable = true
if (defined(global_parts_info) &&
!defined(global_parts_info.commonlibrary_c_utils)) {
motion_c_utils_enable = false
}
}