From c2f310d40a02cc035af1bcf4e0e830f028cf21b6 Mon Sep 17 00:00:00 2001 From: NextWorks <46625863+NextWork123@users.noreply.github.com> Date: Mon, 28 Jul 2025 22:27:02 +0200 Subject: [PATCH] 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. --- config/common_mobile_full.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/common_mobile_full.mk b/config/common_mobile_full.mk index 6ce3b782..69084af3 100644 --- a/config/common_mobile_full.mk +++ b/config/common_mobile_full.mk @@ -12,7 +12,7 @@ PRODUCT_PACKAGES += \ Twelve # Etar -ifneq ($(PRODUCT_NO_CAMERA),true) +ifneq ($(TARGET_BUILD_APERTURE_CAMERA),true) PRODUCT_PACKAGES += \ Aperture endif