From eb8c6e429086d104de122acafe1aebf9ad23dbc1 Mon Sep 17 00:00:00 2001 From: chengjinsong2 Date: Thu, 16 Feb 2023 22:24:35 -0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86meedtls=E5=AE=89=E8=A3=85=E5=88=B0ramd?= =?UTF-8?q?isk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chengjinsong2 Change-Id: I67c445add75be7b5cb8a7e3ff14d88d716412852 --- BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 2c779909f..4b370742b 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -11,7 +11,7 @@ # 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. -# +# import("//third_party/mbedtls/mbedtls.gni") @@ -122,6 +122,7 @@ if (defined(ohos_lite)) { install_images = [ "system", "updater", + "ramdisk", ] } -- Gitee