From bf8f9369e042e9fdf003984d9cffa57165904695 Mon Sep 17 00:00:00 2001 From: Jackeagle <116548-Jackeagle@users.noreply.gitlab.e.foundation> Date: Mon, 2 Oct 2023 03:07:30 +0000 Subject: [PATCH] flash: two: Add userdata to HLOS Target --- flash/two/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flash/two/config.mk b/flash/two/config.mk index 9cf69fc..e870d93 100644 --- a/flash/two/config.mk +++ b/flash/two/config.mk @@ -3,4 +3,5 @@ HLOS_IMAGES_TARGET := boot.img \ vbmeta_system.img \ vbmeta_vendor.img \ vbmeta.img \ - super.img + super.img \ + userdata.img -- GitLab