update telephony_core_service.gni.

Signed-off-by: changxiaobo <changxiaobo2@huawei.com>
This commit is contained in:
changxiaobo 2023-12-04 10:25:49 +00:00 committed by Gitee
parent a32e5d1cf7
commit fe4544fb4d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -15,7 +15,7 @@ declare_args() {
telephony_ext_feature = false
telephony_vsim_feature = false
telephony_fullnetwork_feature = false
booster_net_feature = false
data_service_ext_feature = false
}
print("telephony_ext_feature = ${telephony_ext_feature}")
@ -33,6 +33,6 @@ if (telephony_fullnetwork_feature) {
telephony_extra_defines += [ "OHOS_BUILD_ENABLE_TELEPHONY_FULLNETWORK" ]
}
if (booster_net_feature) {
telephony_extra_defines += [ "OHOS_BUILD_ENABLE_BOOSTER_NET" ]
if (data_service_ext_feature) {
telephony_extra_defines += [ "OHOS_BUILD_ENABLE_DATA_SERVICE_EXT" ]
}