diff options
author | Kyle Repinski <repinski23@gmail.com> | 2015-11-15 13:05:36 -0600 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2017-02-21 18:50:59 +0100 |
commit | b3b97a49a64e4caa7e318a1142f03351581b29f7 (patch) | |
tree | 62eeb2a7e6de5971f954ec810873de277017b79d | |
parent | 96a266bf3c0ce30a418dac4cbc1807d37ba59bd5 (diff) | |
download | device_samsung_espressowifi-b3b97a49a64e4caa7e318a1142f03351581b29f7.zip device_samsung_espressowifi-b3b97a49a64e4caa7e318a1142f03351581b29f7.tar.gz device_samsung_espressowifi-b3b97a49a64e4caa7e318a1142f03351581b29f7.tar.bz2 |
Include common omap4 vendor repo if available.
Note that TARGET_BOARD_OMAP_CPU needs to be set first.
espresso:
- original commit applied on omap4 hardware repo,
need to be tested by motorola and amazon omap4 devices
first - inherit from device tree until that
Change-Id: I638f7af527b3724098d7379b58e30c7550aa1f16
-rw-r--r-- | device-common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk index 2bb38ee..1d62d11 100644 --- a/device-common.mk +++ b/device-common.mk @@ -148,5 +148,6 @@ 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) |