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
This commit is contained in:
Terry Huang 2024-05-30 08:01:42 +00:00
parent e70b5ae7c7
commit c20df78db9

View file

@ -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)