Override LOCAL_CERTIFICATE in inherit-package.

it's to fix typo.

Change-Id: I9a791faa4b7b5967b5d23bfcb4caeebaef94e723
This commit is contained in:
Ying Wang 2010-06-02 13:24:36 -07:00
parent 5291130983
commit ba16a89dbd

View file

@ -1751,7 +1751,7 @@ endef
# clear_vars.mk.
###########################################################
define inherit-package
$(eval $(call inherit-package-internal,$(1),$(2),$(3),$(4),$(5)))
$(eval $(call inherit-package-internal,$(1),$(2),$(3),$(4),$(5),$(6)))
endef
define inherit-package-internal