aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2023-07-19 16:58:25 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2023-07-19 16:58:25 +0800
commit086b08985f949a88f03b31e312bfd554afe395c4 (patch)
treee87d4a21e1bff1831810e53b6a2602c7641d972a
parent5b7b0ad7ddb6e4f5e20d2886712c3902859ba8b3 (diff)
downloadandroid-build-configs-086b08985f949a88f03b31e312bfd554afe395c4.tar.gz
lkft-aosp-main-arm64: specify the value for PUBLISH_FILES
so that necessary files could be published to the snapshot site. One thing to note is that, there is no ramdisk-debug.img generated for the gsi build, specify it in the PUBLISH_FILES should not cause any build error. Need it check if it's expected. Change-Id: I832dd2093c0279e89c7bcb8d174d7f9d76d48164 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--lkft-aosp-main-arm641
1 files changed, 1 insertions, 0 deletions
diff --git a/lkft-aosp-main-arm64 b/lkft-aosp-main-arm64
index 45ebb21a..fbdfec1e 100644
--- a/lkft-aosp-main-arm64
+++ b/lkft-aosp-main-arm64
@@ -5,3 +5,4 @@ LOCAL_MANIFEST=https://android-git.linaro.org/git/platform/manifest.git
LOCAL_MANIFEST_BRANCH=linaro-lkft-main-cts-vts
TARGET_PRODUCT=aosp_arm64
MAKE_TARGETS="dist"
+PUBLISH_FILES="ramdisk-debug.img ramdisk.img system.img userdebug_plat_sepolicy.cil"