a71: Create a device specific Soong namespace

Change-Id: I916d0c0ce74ea3f4e83ce5d28fe169e0bee5573b
This commit is contained in:
Jeff Gaston
2024-07-30 11:59:12 +02:00
committed by Haky86
parent ddfb7d08b4
commit fd9c3a5a2c
2 changed files with 12 additions and 0 deletions

8
Android.bp Normal file
View File

@@ -0,0 +1,8 @@
//
// Copyright (C) 2024 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
soong_namespace {
}

View File

@@ -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)