gta4xl-common: Allow to access bootable/deprecated-ota targets
GTA4XL is still using non-AB update.
non-AB code will be moved to a separated namespace, add
deprecated-ota to gta4xl-common namespace list ahead of time to avoid
breakage.
Test: th
Bug: 324360816
Change-Id: I909064be36e8febe80492cf010eb6eac3d6bc33d
diff --git a/common.mk b/common.mk
index 26049ec..ec54a97 100644
--- a/common.mk
+++ b/common.mk
@@ -274,6 +274,9 @@
PRODUCT_PACKAGES += \
vendor.lineage.touch@1.0-service.samsung
+# Update
+PRODUCT_SOONG_NAMESPACES += bootable/deprecated-ota
+
# USB
PRODUCT_PACKAGES += \
android.hardware.usb-service.samsung \