修改BUILD.gn

Signed-off-by: laiguizhong <laiguizhong@huawei.com>
This commit is contained in:
laiguizhong 2022-05-11 10:46:37 +08:00
parent d511b92c17
commit 941c4a6d75

View File

@ -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"