diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 14:07:05 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 14:07:05 +0200 |
commit | 9911a4f7283c2c743e9a99b19f85c2ca92df8038 (patch) | |
tree | 0e704443e6ea54d4a574cea9e95283c4fb57111f | |
parent | dec88f8da8a95f914dd0c6d97d4b595e662444da (diff) | |
download | device_samsung_espresso3g-9911a4f7283c2c743e9a99b19f85c2ca92df8038.zip device_samsung_espresso3g-9911a4f7283c2c743e9a99b19f85c2ca92df8038.tar.gz device_samsung_espresso3g-9911a4f7283c2c743e9a99b19f85c2ca92df8038.tar.bz2 |
derp
-rw-r--r-- | BoardConfig.mk | 3 | ||||
-rw-r--r-- | 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 @@ -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) |