1 Commits
bka ... bka-q1

Author SHA1 Message Date
Yumi Yukimura
53e2f35fbe spartan: Update some soong config variables to bool type
Change-Id: Ice4a8e2cc6d756a743116b46299cf833a0e78c57
2025-12-10 19:19:26 +00:00

View File

@@ -28,7 +28,7 @@ PRODUCT_PACKAGES += \
fstab.qcom.ramdisk
# LiveDisplay
$(call soong_config_set,OPLUS_LINEAGE_LIVEDISPLAY_HAL,ENABLE_SE,false)
$(call soong_config_set_bool,OPLUS_LINEAGE_LIVEDISPLAY_HAL,ENABLE_SE,false)
# Camera
$(call inherit-product-if-exists, vendor/oplus/camera/opluscamera.mk)