Add soong namespace

This commit is contained in:
Arian
2025-03-30 18:09:00 +07:00
committed by Le Hong Duc
parent fe8c78bff8
commit bfa950ebeb
2 changed files with 11 additions and 0 deletions

7
Android.bp Normal file
View File

@@ -0,0 +1,7 @@
//
// SPDX-FileCopyrightText: 2025 The Evolution X Project
// SPDX-License-Identifier: Apache-2.0
//
soong_namespace {
}

View File

@@ -6,6 +6,10 @@
# Inherit from the proprietary version
$(call inherit-product, vendor/xiaomi/miuicamera-beryllium/miuicamera-beryllium-vendor.mk)
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# Config
PRODUCT_COPY_FILES += \
device/xiaomi/miuicamera-beryllium/config/default-permissions/miuicamera-permissions.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/default-permissions/miuicamera-permissions.xml \