diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-07-07 18:11:52 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-07-07 18:11:52 +0200 |
commit | a6f13957fef9ed27a81ee2d771a05d20ffc6a1a3 (patch) | |
tree | 5362ab3ec8291bd7dcd0434caa82a7314f5a1c38 | |
parent | bcb8dd19f082d159662d0933dd1c9a5226787de8 (diff) | |
download | device_samsung_p3100-a6f13957fef9ed27a81ee2d771a05d20ffc6a1a3.zip device_samsung_p3100-a6f13957fef9ed27a81ee2d771a05d20ffc6a1a3.tar.gz device_samsung_p3100-a6f13957fef9ed27a81ee2d771a05d20ffc6a1a3.tar.bz2 |
p3100: move BOARD_PROVIDES_LIBRIL to common
Change-Id: I9ca8d8a1f9b5c2684bf896df8978e1272b29679d
-rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 700921b..1c781d9 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -19,9 +19,6 @@ TARGET_BOARD_INFO_FILE := device/samsung/p3100/board-info.txt -# RIL -BOARD_PROVIDES_LIBRIL := true - # Inline kernel building TARGET_KERNEL_SOURCE := kernel/samsung/espresso10 TARGET_KERNEL_CONFIG := cyanogenmod_p3100_defconfig |