mirror of
https://github.com/team-infusion-developers/android_device_samsung_gts210vewifi.git
synced 2024-11-07 02:35:50 +00:00
gts210vewifi: Set ro.radio.noril=yes
This commit is contained in:
parent
60ef082150
commit
bc854d8a13
2 changed files with 5 additions and 0 deletions
|
@ -24,5 +24,8 @@ TARGET_OTA_ASSERT_DEVICE := gts210vewifi
|
|||
# Kernel
|
||||
TARGET_KERNEL_CONFIG := gts210vewifi_defconfig
|
||||
|
||||
# Properties
|
||||
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
|
||||
|
||||
# inherit from the proprietary version
|
||||
-include vendor/samsung/gts210vewifi/BoardConfigVendor.mk
|
||||
|
|
2
system.prop
Normal file
2
system.prop
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Radio
|
||||
ro.radio.noril=yes
|
Loading…
Reference in a new issue