a71: Create a device specific Soong namespace
Change-Id: I916d0c0ce74ea3f4e83ce5d28fe169e0bee5573b
This commit is contained in:
8
Android.bp
Normal file
8
Android.bp
Normal file
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// Copyright (C) 2024 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
soong_namespace {
|
||||
}
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user