diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-12-15 18:44:48 +0100 |
---|---|---|
committer | Roberto Gibellini <gibellini.roberto@gmail.com> | 2016-12-15 12:43:24 -0800 |
commit | 0e37fe5ce25b1868831ddd865a19b0dcb4a1eb9a (patch) | |
tree | 25e5a8b273e1015340933cbcd9bc083bcb13d774 /BoardConfig.mk | |
parent | c26ffbed7812660b30f7ee4ae44a9f14a6928b73 (diff) | |
download | device_samsung_i9305-0e37fe5ce25b1868831ddd865a19b0dcb4a1eb9a.zip device_samsung_i9305-0e37fe5ce25b1868831ddd865a19b0dcb4a1eb9a.tar.gz device_samsung_i9305-0e37fe5ce25b1868831ddd865a19b0dcb4a1eb9a.tar.bz2 |
i9305 : use custom smdk4x12QComRIL for opensource RIL
Change-Id: I5b146df9d408a55c204f06632b0575b3b12c30ff
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 |