commit | d389c9ec6e1c5dcee8e93cc84d9888d0ff908f9b | [log] [tgz] |
---|---|---|
author | Clara Fok <[email protected]> | Mon Mar 25 23:56:28 2024 +0000 |
committer | Clara Fok <[email protected]> | Mon Mar 25 23:56:31 2024 +0000 |
tree | de1f91d9cdd1db50d128f538fb5092460a76c944 | |
parent | 06b623f2aacb0c70adc039ef598ee4000162f2e4 [diff] |
Fix incorrect quotation symbol. Bug: 327649027 Change-Id: Ie43c2d46a60da3529caa8ccc71f10e9a725cc1fa Test: TH
diff --git a/Android.bp b/Android.bp index efb6bd6..58c350d 100644 --- a/Android.bp +++ b/Android.bp
@@ -1,5 +1,5 @@ java_library { - name: "kotlinx_serialization”, + name: "kotlinx_serialization", host_supported: true, sdk_version: "core_current", srcs: ["kotlinx-serialization-core/jvmMain/src/kotlinx/serialization/**/*.kt"],