diff options
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 664a3ee..013a89b 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -44,6 +44,7 @@ RECOVERY_FSTAB_VERSION := 2 # RIL BOARD_PROVIDES_LIBRIL := true BOARD_MODEM_TYPE := mdm9x35 +BOARD_RIL_CLASS := ../../../device/samsung/i9305/ril # assert TARGET_OTA_ASSERT_DEVICE := m3,m3xx,i9305,GT-I9305 @@ -53,4 +54,4 @@ TARGET_OTA_ASSERT_DEVICE := m3,m3xx,i9305,GT-I9305 # Selinux BOARD_SEPOLICY_DIRS += \ - device/samsung/i9305/selinux + device/samsung/i9305/selinux
\ No newline at end of file |