Remove the libnos dependency if build without vendor

Bug: 277188968
Change-Id: I4f6aa64d30a58aebb3fca246d0705e7f540bebb8
This commit is contained in:
Joseph Jang 2023-03-31 10:39:54 +08:00
parent f272a85a53
commit 852cfb4fb7

View File

@ -1,5 +1,6 @@
# Dauntless
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/dauntless/sepolicy
ifneq ($(wildcard vendor),)
PRODUCT_SOONG_NAMESPACES += vendor/google_nos/init/dauntless
PRODUCT_PACKAGES += \
@ -19,3 +20,4 @@ PRODUCT_PACKAGES_DEBUG += citadel_integration_tests \
pwntest \
nugget_targeted_tests \
CitadelProvision
endif