Add soong namespace

This commit is contained in:
Arian 2023-07-09 23:25:53 +02:00
parent 8559d0e599
commit a5e49c719d
2 changed files with 12 additions and 0 deletions

8
Android.bp Normal file
View File

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

View File

@ -15,6 +15,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
libgui_shim_miuicamera
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# Sysconfig
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/miuicamera-hiddenapi-package-allowlist.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/miuicamera-hiddenapi-package-allowlist.xml