diff --git a/etc/para/BUILD.gn b/etc/para/BUILD.gn index 4f8f3f2..d6fce22 100644 --- a/etc/para/BUILD.gn +++ b/etc/para/BUILD.gn @@ -9,7 +9,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. import("//base/miscservices/inputmethod/inputmethod.gni") import("//build/ohos.gni") @@ -28,7 +28,7 @@ ohos_shared_library("inputmethod_para") { deps = [] external_deps = [ "hiviewdfx_hilog_native:libhilog", - "startup_l2:syspara", + "init:libbegetutil", ] public_configs = [ ":inputmethod_para_public_config" ] subsystem_name = "miscservices"