From 5397337481c2072b0cfff2546ead0b7ae75de7d7 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Tue, 28 May 2024 09:19:54 -0700 Subject: [PATCH] sm7125-common: Allow to access bootable/deprecated-ota targets Exynos9820 is still using non-AB update. non-AB code will be moved to a separated namespace, add deprecated-ota to exynos9820-common namespace list ahead of time to avoid breakage. Test: th Bug: 324360816 Change-Id: I909064be36e8febe80492cf010eb6eac3d6bc33d Signed-off-by: Ruchit --- common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.mk b/common.mk index 446b94c..8b8dad6 100644 --- a/common.mk +++ b/common.mk @@ -389,6 +389,9 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ vndservicemanager +# Update +PRODUCT_SOONG_NAMESPACES += bootable/deprecated-ota + # USB PRODUCT_PACKAGES += \ android.hardware.usb@1.3-service-qti \