diff options
author | Andreas Blaesius <skate4life@gmx.de> | 2017-03-26 18:22:27 +0000 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2017-03-26 18:22:32 +0000 |
commit | 8756258a44b24d0a41481f14ac1ca328fbf3c6e2 (patch) | |
tree | e94d56375be324bf544c1ab643c93c7bdd975c45 | |
parent | db4b47a61bfe421245683513c641d89f86e990f9 (diff) | |
download | device_samsung_espressowifi-8756258a44b24d0a41481f14ac1ca328fbf3c6e2.zip device_samsung_espressowifi-8756258a44b24d0a41481f14ac1ca328fbf3c6e2.tar.gz device_samsung_espressowifi-8756258a44b24d0a41481f14ac1ca328fbf3c6e2.tar.bz2 |
Revert "Include common omap4 vendor repo if available."
Moved to hardware/ti/omap4
This reverts commit b3b97a49a64e4caa7e318a1142f03351581b29f7.
Change-Id: Ia017bee5c66e96e7342f5b517f2c0567996e8f2b
-rw-r--r-- | device-common.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/device-common.mk b/device-common.mk index 1d62d11..2bb38ee 100644 --- a/device-common.mk +++ b/device-common.mk @@ -148,6 +148,5 @@ PRODUCT_PROPERTY_OVERRIDES += \ dalvik.vm.dex2oat-flags=--no-watch-dog $(call inherit-product-if-exists, vendor/samsung/espresso-common/espresso-common-vendor.mk) -$(call inherit-product-if-exists, vendor/ti/omap4/omap4-vendor.mk) $(call inherit-product, frameworks/native/build/tablet-dalvik-heap.mk) $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk) |