summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2025-02-07 00:36:31 +0200
committerMichael Bestas <mkbestas@lineageos.org>2025-03-02 02:34:05 +0200
commitb33dfc4ddc8e65ea67dc4049a589992011cd5f0f (patch)
treebcd8886ab2377e85d0e34aea90c63dfa9371e5f3
parent88cadd0bac26be3310ae88b0b89f11ff5ec1f114 (diff)
redbull: Don't use BSG framework for gpt-utils
Change-Id: Ia6e5d651560c8ae5186a48bfbb0e30b864150564
-rw-r--r--device-common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index 642be5d1..4a9a5ee4 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -410,6 +410,8 @@ PRODUCT_PACKAGES += \
android.hardware.boot-service.qti \
android.hardware.boot-service.qti.recovery
+$(call soong_config_set,QTI_GPT_UTILS,USE_BSG_FRAMEWORK,false)
+
#GNSS HAL
PRODUCT_PACKAGES += \
libgps.utils \