config: props: Set default wifi country code

* To 00
* Make it overridable

Change-Id: I2025fc927363baf547b36ecd6ebe9c7fbc4d7611
This commit is contained in:
someone5678
2024-06-05 12:21:08 +09:00
committed by Joey
parent cbf9fce170
commit 350059d2a4

View File

@@ -220,10 +220,14 @@ PRODUCT_PACKAGES += \
ifeq ($(WITH_GMS),false)
# Storage manager
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
PRODUCT_SYSTEM_PROPERTIES += \
ro.storage_manager.enabled=true
endif
# Default wifi country code
PRODUCT_SYSTEM_PROPERTIES += \
ro.boot.wificountrycode?=00
# These packages are excluded from user builds
PRODUCT_PACKAGES_DEBUG += \
procmem