sm7125-common: Allow to access bootable/deprecated-ota targets

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

Test: th
Bug: 324360816
Change-Id: I909064be36e8febe80492cf010eb6eac3d6bc33d
15.0
Kelvin Zhang 9 months ago committed by Simon1511
parent fa092d5030
commit a662e2be0f
  1. 3
      common.mk

@ -386,6 +386,9 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
vndservicemanager
# Update
PRODUCT_SOONG_NAMESPACES += bootable/deprecated-ota
# USB
PRODUCT_PACKAGES += \
android.hardware.usb@1.3-service-qti \

Loading…
Cancel
Save