diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..3b08534 --- /dev/null +++ b/Android.bp @@ -0,0 +1,8 @@ +// +// Copyright (C) 2024 The LineageOS Project +// +// SPDX-License-Identifier: Apache-2.0 +// + +soong_namespace { +} diff --git a/device.mk b/device.mk index d54bcee..dc7f993 100644 --- a/device.mk +++ b/device.mk @@ -13,5 +13,9 @@ $(call inherit-product, device/samsung/a71-common/common.mk) PRODUCT_PACKAGE_OVERLAYS += \ $(DEVICE_PATH)/overlay \ +# Soong Namespaces +PRODUCT_SOONG_NAMESPACES += \ + $(DEVICE_PATH) \ + # Get non-open-source specific aspects $(call inherit-product, vendor/samsung/a71/a71-vendor.mk)