diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-07-07 18:12:04 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-07-07 18:12:04 +0200 |
commit | 849598c3568bd5b752cec1d066e2249237ec96a2 (patch) | |
tree | 65dfae0016c6a137b3b90d97b86a2c4dd62abfaa | |
parent | f796ad46b92169fc40a555928e8fec02f48801e5 (diff) | |
download | device_samsung_p5100-849598c3568bd5b752cec1d066e2249237ec96a2.zip device_samsung_p5100-849598c3568bd5b752cec1d066e2249237ec96a2.tar.gz device_samsung_p5100-849598c3568bd5b752cec1d066e2249237ec96a2.tar.bz2 |
p5100: move BOARD_PROVIDES_LIBRIL to common
Change-Id: If1944730b3ff64a73d1fe09fe0d4f4e17a659376
-rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index ad483f4..b50d437 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -19,9 +19,6 @@ TARGET_BOARD_INFO_FILE := device/samsung/p5100/board-info.txt -# RIL -BOARD_PROVIDES_LIBRIL := true - # Inline kernel building TARGET_KERNEL_SOURCE := kernel/samsung/espresso10 TARGET_KERNEL_CONFIG := cyanogenmod_p5100_defconfig |