Skip to content

Commit

Permalink
mt2: Allow breakfast sync to succeed if no vendor
Browse files Browse the repository at this point in the history
Maintainers are of different opinions on this, but I'm in the camp of
letting breakfast finish error-free when initially syncing a device.
Vendor can be populated subsequent to device sync.

Change-Id: I1e203fb5c6ff3dcc24156b1681ebcee28345e591
  • Loading branch information
mdmower committed Sep 9, 2015
1 parent f672e4e commit 2671df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mt2.mk
Expand Up @@ -190,4 +190,4 @@ PRODUCT_PACKAGES += \
$(call inherit-product,frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)

# inherit from the non-open-source side, if present
$(call inherit-product, vendor/huawei/mt2/mt2-vendor.mk)
$(call inherit-product-if-exists, vendor/huawei/mt2/mt2-vendor.mk)

0 comments on commit 2671df7

Please sign in to comment.