From 9911a4f7283c2c743e9a99b19f85c2ca92df8038 Mon Sep 17 00:00:00 2001 From: Daniel Hillenbrand Date: Tue, 19 Jun 2012 14:07:05 +0200 Subject: derp --- BoardConfig.mk | 3 --- p5100.mk | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index c9eb02a..1e36c00 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -25,6 +25,3 @@ TARGET_KERNEL_CONFIG := cyanogenmod_p5100_defconfig # assert TARGET_OTA_ASSERT_DEVICE := p5100,GT-P5100 - -# Use the non-open-source parts, if they're present --include vendor/samsung/p51xx/p5100-vendor-blobs.mk diff --git a/p5100.mk b/p5100.mk index a26bb0b..f49eb13 100644 --- a/p5100.mk +++ b/p5100.mk @@ -26,3 +26,6 @@ PRODUCT_PACKAGES += \ PRODUCT_PROPERTY_OVERRIDES += \ ro.telephony.ril_class=Smdk4210RIL \ mobiledata.interfaces=pdp0,wlan0,gprs,ppp0 + +# Use the non-open-source parts, if they're present +$(call inherit-product, vendor/samsung/p51xx/p5100-vendor.mk) -- cgit v1.1