apollon: Namespace the tree

Change-Id: I4642cbdff50e5f43e35dffb726565a829a8ccada
This commit is contained in:
Sebastiano Barezzi
2021-12-09 20:24:28 +01:00
parent 404aba5ffb
commit e7c127d10b
2 changed files with 12 additions and 0 deletions

8
Android.bp Normal file
View File

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

View File

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