diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..bb6ecd0 --- /dev/null +++ b/Android.bp @@ -0,0 +1,8 @@ +// +// Copyright (C) 2022 The LineageOS Project +// +// SPDX-License-Identifier: Apache-2.0 +// + +soong_namespace { +} diff --git a/device.mk b/device.mk index 7458777..135da76 100644 --- a/device.mk +++ b/device.mk @@ -26,5 +26,9 @@ PRODUCT_COPY_FILES += \ TARGET_SCREEN_HEIGHT := 2400 TARGET_SCREEN_WIDTH := 1080 +# Soong namespaces +PRODUCT_SOONG_NAMESPACES += \ + $(LOCAL_PATH) + # Inherit from vendor blobs $(call inherit-product, vendor/xiaomi/apollon/apollon-vendor.mk)