From cfc07f08aa65722f04873b2f001baca00629b4d6 Mon Sep 17 00:00:00 2001 From: Joey Date: Wed, 14 Jan 2026 22:17:33 +0900 Subject: [PATCH] Revert "raphael: Allow to access bootable/deprecated-ota targets" This reverts commit f0e395a0c84483d2e9074a2352a79b12d75f2f03. --- Android.bp | 1 - device.mk | 1 - 2 files changed, 2 deletions(-) diff --git a/Android.bp b/Android.bp index 6202554..0b6e830 100644 --- a/Android.bp +++ b/Android.bp @@ -6,7 +6,6 @@ soong_namespace { imports: [ - "bootable/deprecated-ota", "hardware/google/interfaces", "hardware/google/pixel", "hardware/xiaomi", diff --git a/device.mk b/device.mk index 7a82809..a0f49f8 100644 --- a/device.mk +++ b/device.mk @@ -42,7 +42,6 @@ PRODUCT_ENFORCE_RRO_TARGETS := * # Soong namespaces PRODUCT_SOONG_NAMESPACES += \ $(LOCAL_PATH) \ - bootable/deprecated-ota \ hardware/google/interfaces \ hardware/google/pixel \ hardware/qcom-caf/common/libqti-perfd-client \