Skip to content

Commit

Permalink
tomato: Enforce vendor tree presence
Browse files Browse the repository at this point in the history
A compiled build has no chance of booting without the prebuilt
binaries, so fail the build if those are not present.

Change-Id: Iadd43e887d426732e549969ab8deb14194ca818d
  • Loading branch information
raymanfx authored and mikeNG committed Jul 31, 2017
1 parent 98cc05e commit f4ce6c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ include device/yu/tomato/board/*.mk
TARGET_BOARD_INFO_FILE := device/yu/tomato/board-info.txt

# Inherit from proprietary files
-include vendor/yu/tomato/BoardConfigVendor.mk
include vendor/yu/tomato/BoardConfigVendor.mk
3 changes: 2 additions & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ PRODUCT_SYSTEM_PROPERTY_BLACKLIST := ro.product.model ro.sf.lcd_density
# Include package config fragments
include $(LOCAL_PATH)/product/*.mk

$(call inherit-product-if-exists, vendor/yu/tomato/tomato-vendor.mk)
# Call the proprietary setup
$(call inherit-product, vendor/yu/tomato/tomato-vendor.mk)

0 comments on commit f4ce6c3

Please sign in to comment.