raphael: Namespace the tree

Change-Id: Idbec96ba811b0dff995390f85260f2d4b591f47b
This commit is contained in:
Sebastiano Barezzi
2022-06-20 22:10:33 +02:00
parent 6cf5d4417f
commit d7483eca5b
2 changed files with 12 additions and 0 deletions

8
Android.bp Normal file
View File

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

View File

@@ -21,5 +21,9 @@ TARGET_SCREEN_WIDTH := 1080
PRODUCT_SHIPPING_API_LEVEL := 28
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# Inherit from vendor blobs
$(call inherit-product, vendor/xiaomi/raphael/raphael-vendor.mk)