raphael: Allow to access bootable/deprecated-ota targets

sm8150-common is still using non-AB update.
non-AB code will be moved to a separated namespace, add
deprecated-ota to sm8150-common namespace list ahead of time to avoid
breakage.

Test: th
Bug: 324360816
Change-Id: I909064be36e8febe80492cf010eb6eac3d6bc33d
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
Kelvin Zhang
2024-05-28 09:19:54 -07:00
committed by Joey Huab
parent 45e9b2d860
commit a49f61bffe
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
soong_namespace {
imports: [
"bootable/deprecated-ota",
"hardware/google/interfaces",
"hardware/google/pixel",
"hardware/xiaomi",

View File

@@ -39,6 +39,7 @@ PRODUCT_ENFORCE_RRO_TARGETS := *
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH) \
bootable/deprecated-ota \
vendor/qcom/opensource/usb/etc \
hardware/google/interfaces \
hardware/google/pixel \