diff options
author | Kyle Repinski <repinski23@gmail.com> | 2015-11-15 13:05:36 -0600 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2017-02-25 21:31:08 +0100 |
commit | 42b138dc109af86c34a2e5d88adf3e68e5482835 (patch) | |
tree | dc7693b9ba13cf51a2495501062377cce94a0f53 | |
parent | 1236001afcdda3214a2d80ae7c54bdcf4ff2d4e1 (diff) | |
download | device_samsung_tuna-42b138dc109af86c34a2e5d88adf3e68e5482835.zip device_samsung_tuna-42b138dc109af86c34a2e5d88adf3e68e5482835.tar.gz device_samsung_tuna-42b138dc109af86c34a2e5d88adf3e68e5482835.tar.bz2 |
Include common omap4 vendor repo if available.
Note that TARGET_BOARD_OMAP_CPU needs to be set first.
tuna:
- 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
-rwxr-xr-x | device.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -222,3 +222,5 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk) $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk) $(call inherit-product-if-exists, vendor/samsung/tuna/device-vendor.mk) + +$(call inherit-product-if-exists, vendor/ti/omap4/omap4-vendor.mk) |