From c20df78db9a63c308d5feb2c96f1a9befa3be653 Mon Sep 17 00:00:00 2001 From: Terry Huang Date: Thu, 30 May 2024 08:01:42 +0000 Subject: [PATCH] Add property for PDK ROM The property would be used to check if the ROM is PDK. Bug: 331725606 Change-Id: I0e1fa3366effb546a60b89c8bcf14fcd74dcb51f Test: Check the property in PDK build --- device.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device.mk b/device.mk index ad85c55..d9c45df 100644 --- a/device.mk +++ b/device.mk @@ -230,6 +230,8 @@ USE_WHI_GRIL_RECOVERY := true ifeq ($(USES_GOOGLE_DIALER_CARRIER_SETTINGS),true) USE_GOOGLE_DIALER := true USE_GOOGLE_CARRIER_SETTINGS := true +PRODUCT_PROPERTY_OVERRIDES += \ + ro.vendor.uses_google_dialer_carrier_settings=1 endif ifeq ($(USES_GOOGLE_PREBUILT_MODEM_SVC),true)