mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-11-27 02:00:45 +00:00
update telephony_core_service.gni.
Signed-off-by: changxiaobo <changxiaobo2@huawei.com>
This commit is contained in:
parent
a32e5d1cf7
commit
fe4544fb4d
@ -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" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user