diff options
author | Kenny Root <kroot@google.com> | 2010-11-18 14:27:00 -0800 |
---|---|---|
committer | Kenny Root <kroot@google.com> | 2010-11-18 14:27:00 -0800 |
commit | 824d7b2f02f99f1661912203d530909fc242a741 (patch) | |
tree | 8f9b39c3689532af34d46136364256cb26229bc4 | |
parent | fbc4018d63dca8bf97750677351ec943c7bc75f4 (diff) | |
download | build-824d7b2f02f99f1661912203d530909fc242a741.zip build-824d7b2f02f99f1661912203d530909fc242a741.tar.gz build-824d7b2f02f99f1661912203d530909fc242a741.tar.bz2 |
Fix typo in ALL_PREBUILT error message
Change-Id: Ib59047e5c63950c84a6518a91ab6e5060c46ff21
-rw-r--r-- | core/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/main.mk b/core/main.mk index ff97411..cffb5f4 100644 --- a/core/main.mk +++ b/core/main.mk @@ -520,7 +520,7 @@ include $(BUILD_SYSTEM)/legacy_prebuilts.mk ifneq ($(filter-out $(GRANDFATHERED_ALL_PREBUILT),$(strip $(notdir $(ALL_PREBUILT)))),) $(warning *** Some files have been added to ALL_PREBUILT.) $(warning *) - $(warning * ALL_PREBUILT is a depracated mechanism that) + $(warning * ALL_PREBUILT is a deprecated mechanism that) $(warning * should not be used for new files.) $(warning * As an alternative, use PRODUCT_COPY_FILES in) $(warning * the appropriate product definition.) |