replace PRODUCT_NO_CAMERA with TARGET_BUILD_APERTURE_CAMERA

we don't have to say if we have the camera or other we need to declare a better flag if we want to build aperture camera or not.
This commit is contained in:
NextWorks
2025-07-28 22:27:02 +02:00
committed by ShukakuZa
parent 2a82f0a867
commit c2f310d40a

View File

@@ -12,7 +12,7 @@ PRODUCT_PACKAGES += \
Twelve
# Etar
ifneq ($(PRODUCT_NO_CAMERA),true)
ifneq ($(TARGET_BUILD_APERTURE_CAMERA),true)
PRODUCT_PACKAGES += \
Aperture
endif