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 \