From 041d3cf3acd612e591b4d41941ca9bcb65a1b0b9 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Tue, 28 May 2024 09:19:54 -0700 Subject: [PATCH] sm6150-common: Allow to access bootable/deprecated-ota targets Sm6150-common is still using non-AB update. non-AB code will be moved to a separated namespace, add deprecated-ota to sm6150-common namespace list ahead of time to avoid breakage. Test: th Bug: 324360816 Change-Id: I909064be36e8febe80492cf010eb6eac3d6bc33d Signed-off-by: therealmharc --- Android.bp | 1 + sm6150.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index eeaa29b..2a4858c 100644 --- a/Android.bp +++ b/Android.bp @@ -5,6 +5,7 @@ soong_namespace { imports: [ + "bootable/deprecated-ota", "hardware/google/interfaces", "hardware/google/pixel", "hardware/lineage/interfaces/power-libperfmgr", diff --git a/sm6150.mk b/sm6150.mk index eeb0554..e1250b3 100644 --- a/sm6150.mk +++ b/sm6150.mk @@ -284,6 +284,7 @@ PRODUCT_COPY_FILES += \ # Soong namespaces PRODUCT_SOONG_NAMESPACES += \ $(LOCAL_PATH) \ + bootable/deprecated-ota \ hardware/google/interfaces \ hardware/google/pixel \ hardware/lineage/interfaces/power-libperfmgr \