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:
@@ -12,7 +12,7 @@ PRODUCT_PACKAGES += \
|
||||
Twelve
|
||||
# Etar
|
||||
|
||||
ifneq ($(PRODUCT_NO_CAMERA),true)
|
||||
ifneq ($(TARGET_BUILD_APERTURE_CAMERA),true)
|
||||
PRODUCT_PACKAGES += \
|
||||
Aperture
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user