Skip to content

Commit

Permalink
buzz: Use inherit-product-if-exists for vendor blobs
Browse files Browse the repository at this point in the history
Change-Id: I06623df9137e3b1fb106b4490e00f44a3f466010
  • Loading branch information
hyperb1iss committed Nov 2, 2010
1 parent 420d05a commit 2b959dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full_buzz.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)

$(call inherit-product, device/htc/buzz/buzz.mk)

$(call inherit-product, vendor/htc/buzz/buzz-vendor.mk)
$(call inherit-product-if-exists, vendor/htc/buzz/buzz-vendor.mk)

# Discard inherited values and use our own instead.
PRODUCT_NAME := full_buzz
Expand Down

0 comments on commit 2b959dd

Please sign in to comment.